-
Notifications
You must be signed in to change notification settings - Fork 2
Dependencies
Christophe Morisset edited this page Jun 8, 2023
·
5 revisions
pySSN requieres python 3 and decent versions of numpy, matplotlib, scipy
It also requires PyNeb if you want to have reddening correction.
pySSN is using Qt5
If you want to run pySSN in a separate python installation (because you will need python 2.7 and QT4 and you do not want to change your actual python environment), you can just create a new environment using:
conda create -n env_pySSN numpy scipy matplotlib pyqt=5
Then swich to this envirponment:
source activate env_pySSN
Install pyneb:
pip install pyneb