Installation¶
This project uses uv, an extremely fast Python package installer written in Rust, intended as a drop-in replacement for pip and pip-tools. Official installation instructions available at astral.sh/uv
Install
uv: For macOS and Linux run:curl -LsSf https://astral.sh/uv/install.sh | sh
Create a virtual environment: From the project’s root directory, run:
uv syncThis will create a local
.venvfolder and install all required dependencies frompyproject.tomlanduv.lock.