Skip to content

Installation

Installation

Install the base package with uv or pip:

uv pip install pyxations
# or
pip install pyxations

Add only the optional features you need:

pip install "pyxations[remodnav]"
pip install "pyxations[multimatch]"
pip install "pyxations[video]"

Install all optional features with:

pip install "pyxations[all]"

For a reproducible checkout of the repository, use the committed universal lock file:

uv sync --extra dev

The lock constrains the development environment; it does not impose exact versions on users who install the library with pip.