Installation
Requirements
Section titled “Requirements”reaktiv requires Python 3.9 or higher and has no external dependencies.
Installing from PyPI
Section titled “Installing from PyPI”The easiest way to install reaktiv is from PyPI using pip:
pip install reaktivYou can also use other package managers like uv:
uv pip install reaktivInstalling from Source
Section titled “Installing from Source”To install the latest development version directly from the source repository:
git clone https://github.com/buiapp/reaktiv.gitcd reaktivpip install -e .