InstallationΒΆ

RequirementsΒΆ

  • Python 3.8 or higher

  • uv package manager (recommended) or pip

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