============ Installation ============ We recommend installing FRAP in a virtual environment: .. code-block:: shell python -m venv .venv source .venv/bin/activate pip install astro-frap If you instead use uv for your package manager: .. code-block:: shell uv add astro-frap