Installation

  1. Clone the repository

  2. In the folder of your project, add the requirement:

uv add --editable [PATH_TO_LOCAL_REPO]

or, if you are not using uv,:

python3 -m pip install --editable [PATH_TO_LOCAL_REPO]