Installation¶
-
Install uv by following the instructions at
https://docs.astral.sh/uv/or run:curl -LsSf https://astral.sh/uv/install.sh | sh -
Install project dependencies with dev and examples extras:
uv pip install .[dev,examples] -
Run tests:
uv run pytest -vv tests -
Run style checks:
uv run pre-commit run --all-files