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

To install the CLI version of spectral_recovery, use "spectral_recovery[cli]" instead:

pip install "spectral_recovery[cli]"

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 .