Getting started Assume we're using python3 :) Create a virtualenv python -m venv <venv directory> Use the venv source <venv directory>/bin/activate Install requirements pip install -r requirements.txt Run the tests python -m unittest Test*py