⚠️ The main branch is currently under construction. We will add proper unit testing soon. Check the develop branch for an experimental API.
The Python package ESO
can be installed from PyPI:
python -m pip install ESO
If you want to contribute to the development of ESO
, we recommend
the following editable installation from this repository:
git clone https://github.com/ufuk-cakir/ESO
cd ESO
python -m pip install --editable .[tests]
Having done so, the test suite can be run using pytest
:
python -m pytest
This repository was set up using the SSC Cookiecutter for Python Packages.