mp3togo
(C) 2004 - 2006 Simeon Veldstra <reallifesim@gmail.com>
INSTALLING
mp3togo is distributed as a Python package using the distutils. To install mp3togo, simply unpack the tarball and run (as root):
python setup.py install
in the unpacked package directory.
Once installed, the program can be run by running the mp3togo command. For information on command line options, run mp3togo with no arguments or with the single argument '--help'.
For more information on the distutils, see: http://www.python.org/doc/2.3.5/inst/inst.html
