Skip to content

Installation

reaktiv requires Python 3.9 or higher and has no external dependencies.

The easiest way to install reaktiv is from PyPI using pip:

Terminal window
pip install reaktiv

You can also use other package managers like uv:

Terminal window
uv pip install reaktiv

To install the latest development version directly from the source repository:

Terminal window
git clone https://github.com/buiapp/reaktiv.git
cd reaktiv
pip install -e .