(This is for writing the README that will be included in the distribution.)
Installation and requirements
Download the latest source from http://www.wjsullivan.net/tg.html (not actually there yet).
Put tg in a directory in your executable path. Make sure it is executable by the appropriate users on your system (chmod a+x tg if you want everyone to be able to run it).
Download and install the requirements. To use tg, you will need Python version 2.3 or later (with a link or executable at /usr/bin/python), the pysqlite2 library, and sqlite3.
On a Debian GNU/Linux system (http://www.debian.org), you would install these requirements with:
apt-get install python2.3-pysqlite2 sqlite3
Testing.