- Run
make installto create virtual environment . venv/bin/activateto activate venv./test.shto run api.py outside docker
- Add to
pyproject.toml - Run
make requirements - commit pyproject.toml and requirements.txt to git
./setup.sh staging
./setup.sh prod
(NOTE: there are no prod/staging branches)
git push dokku_staging
(NOTE: there are no prod/staging branches)
git push dokku_prod