Installation

The cartes library is accessible through conda (recommended):

conda install -c conda-forge cartes

or with pip:

pip install cartes

The development version may be installed after cloning the GitHub repository:

git clone https://github.com/xoolive/cartes
cd cartes/
pip install .