Installation¶
Requirements¶
- Python 3.10 or newer
- Meson 1.8.5 or newer (and Ninja)
Collider installs Meson and Ninja as Python dependencies automatically, but you can also use system packages if you prefer.
Install from PyPI¶
Using uv (recommended):
Or with pip:
Either way, you get the collider command-line tool and all runtime dependencies.
Install from Source¶
Clone the repository and use uv for development:
git clone git@github.com:MaxandreOgeret/collider.git
cd collider
uv venv
source .venv/bin/activate
uv sync
Verify the Installation¶
You should see the list of available commands.