InstallationΒΆ
RequirementsΒΆ
Python 3.8 or higher
uv package manager (recommended) or pip
Installing uv (recommended)ΒΆ
First, install the uv package manager if you havenβt already:
# Install uv using pip
pip install uv
# Or install using the official installer (requires internet)
curl -LsSf https://astral.sh/uv/install.sh | sh
Installing from SourceΒΆ
To install π regenbogen π from the source code using uv (recommended):
git clone git@github.com:onosamo/regenbogen.git
cd regenbogen
uv sync --group full
Alternative: Install with pipΒΆ
If you prefer using pip:
git clone git@github.com:onosamo/regenbogen.git
cd regenbogen
pip install -e .
VerificationΒΆ
To verify your installation, you can run:
uv run python examples/video_processing_demo.py