NOTE: Requires Python 3.11+ and Poetry installed on your system.

Run the following commands to install URS:

git clone --depth=1 https://github.com/JosephLai241/URS.git
cd URS
poetry install
poetry shell
maturin develop --release

TIP: If poetry shell does not activate the virtual environment created by Poetry, run the following command to activate it:

source .venv/bin/activate