Installation#

The only pre-requisite to install R2X is Python 3.11 or greater.

Python version support#

Python 3.11, 3.12.

Installation options#

The R2X framework is available to install on PyPI and can be installed using any python package manager of your preference, but we recommend using uv.

Using UV#

uv tool install r2x

Using pip#

python -m pip install r2x

Upgrading options#

Using UV#

uv tool upgrade r2x

Using pip#

python -m pip install --upgrade r2x

Next steps#

See the getting started guide or jump straight to the how-to’s.