How to install

Installation using conda

We highly recommend to use conda for the installation of IUCM. Packages have been built for python 2.7 and 3.6 for windows, OSX and Linux.

Just download a miniconda installer, add the conda-forge channel to your configurations and install iucm from the chilipp channel:

conda config --add channels conda-forge
conda install -c chilipp iucm

Installation via pip

After having installed the necessary Requirements, install iucm from PyPi.org via:

$ pip install iucm

Installation from scratch

After having installed the necessary Requirements, clone the Github repository and install it via:

$ python setup.py install

Requirements

This package depends on

To install all the necessary Packages in a conda environment iucm, type:

$ conda create -n iucm -c conda-forge cython psyplot netCDF4 scipy
$ conda activate iucm
$ pip install model-organization