Installation
Install From PyPI
pip install repralign
Install With Hugging Face Vision Support
pip install "repralign[huggingface]"
Install With Generation-Reference Support
This extra is intended for Diffusers-based generation references such as Stable Diffusion 3 Medium.
pip install "repralign[generation]"
Install From Source For Local Development
python -m venv .venv
source .venv/bin/activate
pip install -e .[dev]
Install Docs Tooling
If you want to build the documentation site locally:
pip install mkdocs mkdocs-material pymdown-extensions
Then run:
mkdocs serve