Installation¶
PyPI¶
The latest release of PyUnfold can be installed with pip
:
pip install pyunfold
This installs PyUnfold, along with all the necessary dependencies such as NumPy and SciPy.
Conda¶
PyUnfold is available on conda-forge and can be installed with conda
:
conda install -c conda-forge pyunfold
This installs PyUnfold, along with all the necessary dependencies such as NumPy and SciPy.
Development Version¶
The latest development version of PyUnfold can be installed directly from GitHub
pip install git+https://github.com/jrbourbeau/pyunfold.git
or you can fork the PyUnfold GitHub repository and install PyUnfold on your local machine via
git clone https://github.com/<your-username>/pyunfold.git
pip install pyunfold