Installation

Download

If not already done so, the first step is to clone the latest code and change directory:

1
2
git clone https://github.com/multiply-org/prior-engine.git
cd prior-engine

Note

The MULTIPLY platform has been developed against Python 3.6. It cannot be guaranteed to work with previous Python versions.

Installation procedure

The MULTIPLY prior engine can be run from sources directly. To install the MULTIPLY prior engine into an existing Python environment just for the current user, use

python setup.py install --user

To install the MULTIPLY Core for development and for the current user, use

python setup.py develop --user

Using Conda

Note

TBD

Module requirements

from requirements.txt:

numpy==1.13.1
Shapely==1.6.2
h5py==2.7.1
pandas==0.22.0
scipy==0.19.1
setuptools==36.5.0
matplotlib==2.1.2
pytest==3.2.1
GDAL==2.2.2
python_dateutil==2.7.3
netCDF4==1.4.0
PyYAML==3.12