Installation ============ 1. Clone the repository 2. In the folder of your project, add the requirement: .. code-block:: console uv add --editable [PATH_TO_LOCAL_REPO] or, if you are not using `uv`,: .. code-block:: console python3 -m pip install --editable [PATH_TO_LOCAL_REPO]