Installation
We recommend installing FRAP in a virtual environment:
python -m venv .venv
source .venv/bin/activate
pip install git+https://github.com/tomyoshida/frap.git
If you instead use uv for your package manager:
uv add git+https://github.com/tomyoshida/frap.git
We’ll upload it to PyPI potentially after publication of the paper!