
MailGoose Installation
~~~~~~~~~~~~~~~~~~~~~~

To install the package, su to root and run the following command:

							setup.py install

Alternatively, copy the whole MailGoose directory into your Python path
(eg. unix: /usr/local/lib/pythonX.Y/site-packages, Windows: C:\PythonXY,
or C:\PythonXY\Lib\site-packages).  That's all that setup.py does.  Only
copy the MailGoose directory that's inside the distributed tarball / zip
archive, not the entire MailGoose-x.x.x directory!

The executable to be put on your $PATH is "mg" in the user directory.

							   IMPORTANT

MailGoose also uses the Python module lib_rharris, which is included in
this package.  Change directories into the lib_rharris subdir, change
user to root/admin and enter:

						python setup.py install

This will install lib_rharris in Python's site-packages and avoid
multiple copies of that lib.
