diff --git a/README.md b/README.md index ccb975ce..b7df2a66 100644 --- a/README.md +++ b/README.md @@ -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/)