GutenPy README.txt

Windows users check out the README-windows.txt

You will need python2.4-gtk2 installed.

Debian users: apt-get install python2.4-gtk2
(in the future I will try to make a .deb for gutenpy)

The gutenpy.py script can be run from this directory with './gutenpy.py',
or 'python2.4 gutenpy.py'.

You can do a full install with the setup.py script like so,
as root:

python setup.py install

(docs are put in  /usr/share/doc/gutenpy/
 icons in         /usr/share/pixmaps/gutenpy/
 sub modules in   /usr/lib/python2.4/site-packages/GutenPy/
 man script in    /usr/bin/gutenpy.py)

or

You can put this whole directory in /usr/local/lib/gutenpy
Then symlink the gutenpy.py script to /usr/local/bin with:
ln -s /usr/local/lib/gutenpy/gutenpy.py /usr/local/bin/gutenpy

See the 'docs' directory for: 

A copy the GPL-2 license (COPYING.txt) 
The Gutenberg Project's mirrors list (MIRRORS_ALL.txt)
The Python Regular Expression HOWTO (Regular Expression HOWTO.htm)

