- from the home directory. run
pip3 install -r requirements.txt
from the command line - then run
python3 main.py
orpython3.7 main.py
NOTE: you may need to update python command to match version number. python 3.6 is a minimum requirement)
NOTE: this project is configured to run with google cloud app engine that you have already setup and logged into
- run
gcloud app deploy
orgcloud app deploy --quiet
to default to yes on prompts