Setup the project This project uses a virtual environment (venv); activate with the following command in the project's root directory: . venv/bin/activate Running the app export FLASK_APP=pyduo export FLASK_ENV=development flask run