This project is based on python and uses pipenv
to manage the virtual environment. If you do not have pipenv yet, you can install it
with pip install --user pipenv.
To create the virtual environment or to update dependencies, execute pipenv install.
In order to activate the virtual environment, execute pipenv shell.