Skip to content

Installation

Stable Release

spectral_recovery and all of it's required dependencies can be installed using pip (or uv):

pip install spectral-recovery

From Source

Warning

Unreleased source code is not considered stable and might even contain undetected bugs. Proceed with caution if using source code in your workflows.

spectral_recovery can be installed from source code directly from the project repository:

pip install git+https://github.com/PEOPLE-ER/spectral-recovery.git#egg=spectral_recovery

or from a local clone of the repository:

git clone https://github.com/PEOPLE-ER/spectral-recovery.git
cd spectral-recovery
pip install -e .