Quick start =========== Build external libraries ------------------------ Starting from the **pycem-gridtools** cloned directory .. code:: $ cd external/src $ ./build.sh $ cd ../.. Setup Python environment ------------------------ Some choices: * Conda env * Virtualenv (i.e. `python3 -m venv `) * Native system .. code:: $ pip install -r requirements.txt Build Python C-modules ---------------------- .. code:: $ python setup.py install Documentation ------------- See online http:http://cem.csiro.au/docs/pycem-gridtools Or you can build the latest version locally: .. code:: $ cd docs $ make html Then open file ``docs/html/index.html`` in your browser