To install this repo, first clone it, then run the following commands:
Create a virtual environment with PDM for package installation:
pdm venv create 3.9Select the correct python interpreter (the one in the virtual environment):
pdm useInstall the packages:
pdm installAll commands should be run with PDM like the following:
pdm run <command>