- Install uv
- Run
uv venv
from repository root to install dependencies from the lockfileuv.lock
. uv run
to run scripts, to run notebooks select this venv (.venv/bin/python
) as the kernel.uv add
anduv remove
to add and remove packages fromproject.toml
Run pre-commit
install to add the hooks specified in .pre-commit-config.yaml
to .git/hooks
.