- Install uv.
- Run
uv sync
to generate a venv and install the dependencies. - Activate your venv by running
source .venv/bin/activate
.
We use pre-commit hooks for linting and formatting. Install the commit hooks locally via:
pre-commit install
The configuration can be adapted in .pre-commit-config.yaml
.