pyFind 0.8.1
============
Any problems, suggestions, features or comments please contact me: 
    Andy Balcombe <kinematics@ntlworld.com>

Requirements
============
Python >= 1.5.2
PyGnome >= 1.0.53 (this includes pygtk)
Libglade >= 0.13

Installation Notes
==================
pyFind has been tested on:
    Linux-Mandrake v7.2 <<python 2.0.0, libglade 0.14, pygnome 1.4.0>>
    Red Hat 7.0 <<python 1.5.2>> - Thanx to Buks.
Binary rpm was build on Linux-Mandrake PC.

Manual Install
==============
1) Extract the tar archive into somehwhere like "/usr/local/src"
2) cd into the pyfind-0.8.0 and type "make install" 
3) run "pyfind" from /usr/bin

RPM Install
===========
* To rebuild the rpm from the tarball, type: rpm -ta pyFind-0.8.0.tar.gz
* To rebuild from the source rpm, type rpm --rebuild pyFind-0.8.0-1.src.rpm
* To install from the binary rpm, type:
    new install:  rpm -ivh pyFind-0.8.0-1.i586.rpm 
    upgrade:      rpm -Uvh pyFind-0.8.0-1.i586.rpm 

