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 poetry
Initialize a Python virtual environment with poetry
:
poetry install --sync
A vscode is recommended.
There are some configurations in .vscode/
of this project.
pytest