Tools for easily accessing and manipulating data from MESA star
and MESA binary
in python.
The easiest way to install is via pip
:
pip install mesa_reader
You can also install by cloning or downloading the repository at github.com/wmwolf/py_mesa_reader, cd
into it and then execute
python setup.py install
or
pip install .
to install the package on your system.
Uninstall by executing
pip uninstall mesa_reader
Complete documentation on the mesa_reader
module found
here.