Added requirements.json

This commit is contained in:
Krzysztof Płaczek
2018-03-28 13:06:01 +02:00
parent 5789934db9
commit c48882e605
2 changed files with 22 additions and 3 deletions

View File

@@ -2,10 +2,12 @@
## Run
set FLASK_APP=index.py
pip install -r requirements.txt
set FLASK_APP=index.py
set FLASK_DEBUG=1
flask run -p 5001
or
python index.py
pip install -r requirements.txt
python index.py