Update README.md

This commit is contained in:
Stephan 2018-06-21 17:31:44 +02:00 committed by GitHub
parent 91f4ab22fe
commit c44e8a9629
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -61,13 +61,13 @@ Create the tables in the database by executing in the same directory
where `app.py` is:
```bash
$ flask init-db
$ python3.5 -m flask init-db
```
Finally, run the app:
```bash
$ flask run
$ python3.5 -m flask run
```
See the [Flask quickstart](http://flask.pocoo.org/docs/1.0/quickstart/)