next up previous contents index
Next: Windows Up: pygist Previous: Current Maintenance   Contents   Index


PyGist Installation

In general, the installation consists of running the following two steps:

   python setup.py config
   python setup.py install
This works on Linux, Unix, Mac OS X, Cygwin, and Windows (for the latter two, see below). Some Python versions older than 2.3 contain bugs in the distutils package, and may therefore need a different installation procedure:
cd src; make clean; make config; cd ..
python setup.py install
instead.

Alternatively, use the script provided:

   ./install      (for installation in a private directory)
   ./llnl_install (for installation in a public LLNL directory)



Subsections

Michiel Jan Laurens de Hoon 2003-04-19