InstallationΒΆ

Prerequisites

  • NumPy (tested with version 1.9.2)
  • f90nml (tested with version 0.12)
  • PyEVTK (tested with version 1.0)

pyCactus may be installed by navigating to the pyCactus directory and executing:

$ python setup.py install

If setuptools is correctly configured, this will also download and install module dependencies (PyEVTK, f90nml).

The Scripts will be automatically added to the system path.

Alternately, to install pyCactus in development mode (to be able to edit and test source files without having to reinstall):

$ python setup.py develop