Skip to main content

Quick Start

Let's get started with Rosia in less than 3 minutes.

Installation

pip install rosia

Alternatively, build and install from source:

git clone https://github.com/rosia-project/rosia.git
cd rosia
pip install -e .

Requires python>=3.9.

Next Steps