# 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
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
