For more information see the wiki
python -m pip install pipenv
- TODO Instructions on this
make install
pipenv install --dev
# mac
brew install pre-commit
# pip
pip install pre-commit
# conda
conda install -c conda-forge pre-commit
make run
make test
make lint