From c44e8a962928161b1508c4ecfdd5a3e1d71ecf71 Mon Sep 17 00:00:00 2001 From: Stephan Date: Thu, 21 Jun 2018 17:31:44 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/)