irpf90/website/content/page/install.md

692 B

Simple installation

  1. With pip:
python3 -m pip install --user irpf90
  1. With spack:
spack install py-irpf90

Download

Installation

IRPF90 is written in Python, so it should run right away.

${IRPF90_HOME} is the location of your irpf90 directory :

cd ${IRPF90_HOME}
make
cat << EOF >> ${HOME}/.bash_profile
export PYTHONPATH=${IRPF90_HOME}/src:${PYTHONPATH}
export PATH=${IRPF90_HOME}/bin:${PATH}
export MANPATH=${IRPF90_HOME}/man:${MANPATH}
EOF
source ${HOME}/.bash_profile