Installation#

Note

Make sure you have Python 3.10+.

Installation (Linux, OS X)#

To install from pip#

pip install icclim

To install from sources#

With git:

  1. git clone https://github.com/cerfacs-globc/icclim.git

  2. cd icclim

  3. pip install .

Or without git:

  1. Go to cerfacs-globc/icclim.

  2. Download the last release: click Source code (zip) or Source code (tar.gz).

  3. Extract the archive and go to the extracted directory.

  4. pip install .

Check the installation#

import icclim
print(icclim.__version__)

Note

icclim was not tested on Windows platform.