Update README.md
This commit is contained in:
parent
91f4ab22fe
commit
c44e8a9629
|
@ -61,13 +61,13 @@ Create the tables in the database by executing in the same directory
|
||||||
where `app.py` is:
|
where `app.py` is:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ flask init-db
|
$ python3.5 -m flask init-db
|
||||||
```
|
```
|
||||||
|
|
||||||
Finally, run the app:
|
Finally, run the app:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ flask run
|
$ python3.5 -m flask run
|
||||||
```
|
```
|
||||||
|
|
||||||
See the [Flask quickstart](http://flask.pocoo.org/docs/1.0/quickstart/)
|
See the [Flask quickstart](http://flask.pocoo.org/docs/1.0/quickstart/)
|
||||||
|
|
Reference in New Issue