To prepare an environment for development perform the following steps from the root of the local Github repository:
-
Create a virtual environment:
virtualenv ${NAME:?}
-
Activate the environment:
source ${NAME:?}/bin/activate
-
Install PyPi dependencies:
pip install -r voluncheer/requirements.txt
If there are new requirements you need to add run the following from the root directory of the local GitHub repository:
pip freeze > voluncheer/requirements.txt