How to run it

Install the context and library management

pip install pipenv

When in the project root start a venv

pipenv shell

Use Pipfile and Pipfile.lock to install the dependencies

pipenv install

Start the project using run.py and follow the instructions provided within the command line (input etc.)

TODO