create_env: python3 -m venv venv ./venv/bin/python -m pip install -r requirements.txt migrate: create_env ./venv/bin/alembic upgrade head