Updated README.md.

This commit is contained in:
Krzysztof Płaczek
2018-03-26 08:49:59 +02:00
parent d07cfe8089
commit 2255d759ec

View File

@@ -2,7 +2,10 @@
## Run ## Run
`set FLASK_APP=index.py set FLASK_APP=index.py
set FLASK_DEBUG=1 set FLASK_DEBUG=1
set flask run -p 5001
flask run -p 5001`
or
python index.py