.. _installation: Installation ============ The package is written in Python and requires Python 3.8 or higher. Via pip ------- .. code-block:: bash pip install ebltable Via conda (coming soon) ----------------------- A conda-forge package is in preparation. Dependencies ------------ The following packages are required and will be installed automatically: * `numpy `_ >= 1.19 * `scipy `_ >= 1.7 * `astropy `_ >= 4.0 Development installation ------------------------ To install the latest development version directly from GitHub: .. code-block:: bash git clone https://github.com/me-manu/ebltable.git cd ebltable pip install -e .