This repository is in progress. Content will follow soon [22-12-2023].
We recommend using pyenv or pyenv-win to create a virtual environment for your Python version:
pyenv install 3.11.7
pyenv local 3.11.7
Install poetry (version 1.7.1) and install all requirements from the pyproject.toml
file:
poetry install
Enter into a poetry shell using poetry shell
or preface all following commands with poetry run
.