Skip to content

Commit e5dac6d

Browse files
committed
Update README.md
1 parent 7b75d10 commit e5dac6d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@ Make sure you have Python [installed properly](http://install.python-guide.org).
1111
```sh
1212
$ git clone [email protected]:heroku/python-getting-started.git
1313
$ cd python-getting-started
14+
1415
$ pip install -r requirements.txt
16+
1517
$ createdb python_getting_started
16-
$ heroku local:run python manage.py migrate
18+
19+
$ python manage.py migrate
1720
$ python manage.py collectstatic
21+
1822
$ heroku local
1923
```
2024

@@ -25,6 +29,7 @@ Your app should now be running on [localhost:5000](http://localhost:5000/).
2529
```sh
2630
$ heroku create
2731
$ git push heroku master
32+
2833
$ heroku run python manage.py migrate
2934
$ heroku open
3035
```

0 commit comments

Comments
 (0)