Installation

This package is a python package. Further this package is based on different python tools. So there are some dependencies which should be matched. To install this package you should read the installation section.

Requirements

This package is programmed with python 3.5. It is not planned to support python 2.7. In the future this package will be back checked with travis ci for version 3.4 – 3.6. But at the moment we couldn’t guarantee the compatibility of other versions than 3.5.

The following packages are only recommended to use all features. * cdo * cdo bindings

In the future some requirements will be added, e.g. scikit-learn.

Installation

At the moment this package is not available on pypi and conda. So you have to clone this package and install it via pip.

It is recommended to install the requirements via a conda virtual environment, but it is also possible to install them via pip.

Installation via pip

git clone git@github.com:maestrotf/pymepps.git
cd pymepps
pip install -r requirements.txt
pip install .