You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# run once
python -m venv env
# run before doing development
source env/bin/activate
# install (locally-scoped) dependencies
pip install -r requirements.txt
# start app
python run.py
# navigate to localhost:5000
open http://localhost:5000