Create and activate a virtual environment for the project:
python3 -m venv env
source env/bin/activateInstall our pip dependencies:
pip install -r requirements.txtInstall the pre-commit hooks: (Yes Drew, this step comes last.)
pre-commit installWindows:
python setup.py bdist_msi
Mac:
python setup.py bdist_mac
Linux: Chris you can figure this one out