InstallationΒΆ
Prerequisites
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