Installation#

Specreduce can be installed from PyPI using pip

pip install specreduce

from the conda-forge repository using conda

conda install conda-forge::specreduce

or by cloning the repository from GitHub

git clone https://github.com/astropy/specreduce.git
cd specreduce
pip install .