Installing

Requirements

psipy requires python >= 3.7 . To load hdf4 files you will need a working installation of the HDF4 library. If you are using the conda environment manager this can be installed with:

conda install hdf4

On ubuntu this can be installed with:

apt install libhdf4-dev

Installing psipy

To install psipy, run

pip install psipy

If you want to install the bleeding edge version, change to the directory you want to download the source code too, and run:

git clone https://github.com/predsci/PsiPy
cd PsiPy
pip install .

This will automatically install psipy and it’s dependencies.