Project made during the interview process for a software engineering position at Eigen Technologies.
Before you do anything else, run the following from the root directory of the repo:
# Install dependencies pipenv install --dev # Setup pre-commit and pre-push hooks pipenv run init
To activate the environment, again from the root directory of the repo:
pipenv shell
This package was created with Cookiecutter and the aj-cloete/pipenv-cookiecutter project template.