Installation#
You can install morse from the Python Package Index (PyPI) using pip:
pip install morse-asteroseismo
Note that the package is named morse-asteroseismo on PyPI to avoid the confusion with another package that converts text to Morse code.
To install the current development version of morse from GitHub:
git clone https://github.com/schristophe/morse
cd morse
python setup.py install
Dependencies
morse is developed in Python 3.6+ and uses the following libraries:
numpy
scipy
matplotlib
scikit-learn