Installation¶
This package requires Python 3.12+.
We recommend using uv to create the Python
environment and install the package:
uv venv --python 3.12
source .venv/bin/activate
uv pip install matchminer-ai
For local development or documentation work from a repository checkout, install the package in editable mode with the relevant optional dependencies:
uv pip install -e ".[dev]"
uv pip install -e ".[docs]"
See contributing for the full local development setup.