Installation
The package is written in Python and requires Python 3.8 or higher.
Via pip
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:
Development installation
To install the latest development version directly from GitHub:
git clone https://github.com/me-manu/ebltable.git
cd ebltable
pip install -e .