Quick start

Build external libraries

Starting from the pycem-gridtools cloned directory

$ cd external/src
$ ./build.sh
$ cd ../..

Setup Python environment

Some choices:

  • Conda env

  • Virtualenv (i.e. python3 -m venv <name>)

  • Native system

$ pip install -r requirements.txt

Build Python C-modules

$ python setup.py install

Documentation

See online http:http://cem.csiro.au/docs/pycem-gridtools

Or you can build the latest version locally:

$ cd docs
$ make html

Then open file docs/html/index.html in your browser