You need an Python 3.10+ environment with poetry.
For example, in Ubuntu 22.04, you can run:
sudo apt install python3-pip
sudo pip install poetryInitialize a Python virtual environment with poetry:
poetry install --syncA vscode is recommended.
There are some configurations in .vscode/ of this project.
pytest