Installation#

The persephone module is currently only available through PyPI or its GitLab repository.

Installation from PyPI#

Simply run

pip install star-persephone

Installation from source#

First, clone the online repository

git clone https://gitlab.com/sybreton/persephone.git

then go to the local repository and simply do

pip install .

In the future, it is planned to provide packaged versions of the module through conda-forge.

Installing MESA and GYRE#

Most of the abilities of persephone relies on a working installation of the MESA and GYRE codes. You will find installation instructions for MESA here, and installation instructions for GYRE here.

Note

Concerning the Python modules necessary for persephone to run, note that for py_mesa_reader, you will have to clone the repository and install it manually from sources with pip.