Skip to content

Installation

Requirements

  • Python ≥ 3.7
  • Dependencies: numpy, pandas, xarray, rioxarray, geopandas, matplotlib, requests, tqdm

Install from PyPI

pip install cinei

Install latest from GitHub

pip install git+https://github.com/Luyikeka/claude_cinei.git

Verify installation

import cinei
print(cinei.__version__)

HPC environments (e.g. DKRZ Levante)

pip install cinei --user

Or in a Jupyter notebook:

import sys
!{sys.executable} -m pip install cinei --user

Note

After installing in a Jupyter notebook, restart the kernel before importing.