Skip to content

Notes for developers

agladstein edited this page Jan 23, 2018 · 1 revision

Notes for developers

  • If you use import a new Python package make sure you add it to the requirements.txt file then create the requirements.in. This will insure that the package installed in the virtual environment and Docker image.
pip-compile --output-file requirements.txt requirements.in
Clone this wiki locally