Skip to content

Installation

Christophe Morisset edited this page Jun 28, 2024 · 7 revisions

INSTALLATION OF PYSSN (DO IT ONLY ONCE)

  • Install the last version (development one) of PyNeb:

pip install -U git+https://github.com/Morisset/PyNeb_devel.git

  • You will need the Chianti database installed (http://www.chiantidatabase.org/download/CHIANTI_8.0.6_data.tar.gz) and the environment variable XUVTOP pointing to it.
  • Install the pySSN distribution:

pip install -U git+https://github.com/Morisset/pySSN.git

pySSN_link2data /user/myname/pySSN_data/data

  • Compile the fortran program (this needs to be done after every update of pySSN, as the fortran code may have been changed):

pySSN_compile --compiler=gfortran

To install gfortran on OSX, visit https://github.com/fxcoudert/gfortran-for-macOS/releases

Clone this wiki locally