Skip to main content

Installation

Getting started is easy! You can install RA.Aid using any of these three methods - pick the one that works best for you:

Create a new Python 3.12 virtual environment and install RA.Aid:

First install uv, then:

uv venv -p 3.12
source .venv/bin/activate
uv pip install ra-aid

Once installed, see the Recommended Configuration to set up RA.Aid with the recommended settings.