PyGNM 0.1

LICENSE
This Python package is distributed under GNU General Public License.

DEPENDENCIES
    Biopython
    Numpy
    Scipy
    Matplotlib (Optional, but needed for plotting capability.)

WEB SITE
  http://www.pitt.edu/~ahb12/python/pygnm/index.htm

INSTALLATION

Linux
    Extract tarball contents and run setup.py as follows:
        tar -xzf ppygnm-0.x.tar.gz
        cd pygnm-0.x
        python setup.py install
    You may need root access for the last step.

