How to Install¶
From source¶
SESAMME can be installed from the source code in the normal
Python fashion after downloading it from the git repo:
python setup.py install
Using pip¶
SESAMME will be installable through PyPI (pip) no later than Oct 20, 2023. In the meantime, you can also install using pip from the GitHib repository:
# from the main branch of the repository
pip install git+https://github.com/astrolojo/SESAMME.git