README for galois
=================

INSTALLATION

All you should need to do is unpack the tarball, cd into it, and
execute as root:

   % python setup.py install

galois is written in Python2 (http://python.org/download/) and depends
on NumPy (http://www.scipy.org/Installing_SciPy).


UNINSTALLATION

Unfortunately, Python's module distribution system (distutils) doesn't
provide an automated uninstall feature.  Therefore, to uninstall
galois and its libraries, you will need to manually track down and
delete each installed file.  During installation, distutils will echo
where it's installing its files.  I recommend that you record this
information in a log file.  If you did not record this information
during installation and are now looking to uninstall, just rerun the
installation routine, note the installation paths, and uninstall the
individual files.


CONTACTS AND SUPPORT

Claude Rubinson <cjr@grundrisse.org>
