Skip to content

Installation

AIREloom is available on PyPI.

Add as a project dependency:

uv add aireloom

Install into the current environment:

uv pip install aireloom

One-off script without installing:

uv run --with aireloom python your_script.py

pip (alternative)

pip install aireloom

From source (development only)

git clone https://github.com/utsmok/aireloom.git
cd aireloom
uv sync --all-extras

This installs AIREloom in editable mode with all dev, test, and docs dependencies.