Installation#

Latest Release#

You can install lomap using conda (or mamba). Note the package name is lomap2:

conda install -c conda-forge lomap2

Development Version#

Alternatively, you can install the development version of lomap directly from the main branch of this repository.

First install the package dependencies using conda (or mamba) in a virtual environment with:

conda env create -f environment.yaml
conda activate lomap-env

Then install lomap locally with:

pip install -e .