Installation

The easiest way is to install it through conda or mamba. We recommend mamba, as it’s faster.

Install mamba if you don’t have it.

git clone https://github.com/koldunovn/climsight.git
cd climsight

Create environment and install necessary packages:

mamba env create -f environment.yml

Activate the environment:

conda activate climsight

Climsight package installation

pip install climsight

For installation, use either pip alone for all packages and dependencies in a pure Python setup, or use mamba for dependencies followed by pip for Climsight in a Conda environment. Mixing package sources can lead to conflicts and is generally not recommended.