#!/usr/bin/env bash export FLASK_ENV=development python3 -m venv venv . venv/bin/activate python3 app/app.py