Skip to content

Commit 9369bf9

Browse files
author
Nancy Wong
authored
Update README.md (hack4impact#51)
1 parent 6d0ddca commit 9369bf9

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,25 @@ Other branches include even more features
2626

2727
##### Clone the repo
2828

29-
```
30-
$ git clone https://github.com/hack4impact/flask-base.git
31-
$ cd flask-base
32-
```
29+
```
30+
$ git clone https://github.com/hack4impact/flask-base.git
31+
$ cd flask-base
32+
```
3333

3434
##### Initialize a virtualenv
3535

36-
```
37-
$ pip install virtualenv
38-
$ virtualenv env
39-
$ source env/bin/activate
40-
```
36+
```
37+
$ pip install virtualenv
38+
$ virtualenv env
39+
$ source env/bin/activate
40+
```
4141

4242
##### Install the dependencies
4343

44-
```
45-
$ pip install -r requirements/common.txt
46-
$ pip install -r requirements/dev.txt
47-
```
44+
```
45+
$ pip install -r requirements/common.txt
46+
$ pip install -r requirements/dev.txt
47+
```
4848

4949
##### Other dependencies for running locally
5050

@@ -68,21 +68,21 @@ $ sudo apt-get install redis-server
6868

6969
##### Create the database
7070

71-
```
72-
$ python manage.py recreate_db
73-
```
71+
```
72+
$ python manage.py recreate_db
73+
```
7474

7575
##### Other setup (e.g. creating roles in database)
7676

77-
```
78-
$ python manage.py setup_dev
79-
```
77+
```
78+
$ python manage.py setup_dev
79+
```
8080

8181
##### [Optional] Add fake data to the database
8282

83-
```
84-
$ python manage.py add_fake_data
85-
```
83+
```
84+
$ python manage.py add_fake_data
85+
```
8686

8787
##### [Optional. Only valid on `gulp-static-watcher` branch] Use gulp to live compile your files
8888

0 commit comments

Comments
 (0)