[DEPENDENCIES]
 * You need to have the configobj module installed. See
   http://www.voidspace.org.uk/python/configobj.html to get it or install
   the python-configobj package on Debian based systems.
 * You also need to have the UUID module, provided in python 2.5+. If you are
   running python <= 2.4, you can get it from http://pypi.python.org/pypi/uuid/
   Your mileage may vary.

[INSTALLING]
Once you have all the dependencies, , in the source's root directory, run:
% sudo python setup.py install
This will install turnin-ng to your system's default location, /usr under UNIX.
If you wanted to install it under /usr/local, pass the --prefix option:
% sudo python setup.py install --prefix=/usr/local

[CONFIGURING]
See the manpages and the info page for details and examples on configuring
Turnin-NG.

To generate the Texinfo documentation, run:
% texi2pdf doc/turnin-ng.texi # Generate the PDF documentation
% sudo makeinfo -o /usr/share/info/turnin-ng.info doc/turnin-ng.texi && \
  sudo install-info /usr/share/info/turnin-ng.info # Generate the info files.
