Installation

Requirements

radpair requires Python 3.13 or newer. uv or pip is required to install the package.

The package depends on eprbase, NumPy, and SciPy.

Installation Commands

The following commands cover the common installation use cases:

uv

pip

User

uv add radpair

pip install radpair

Developer

uv sync --dev

pip install -e .