============ Installation ============ We recommend installing FRAP in a virtual environment: .. code-block:: shell 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: .. code-block:: shell uv add git+https://github.com/tomyoshida/frap.git We'll upload it to PyPI potentially after publication of the paper!