Removed the debian directory from the 'upstream' source in preparation
README
1
2 mp3togo
3
4 (C) 2004 - 2006 Simeon Veldstra <reallifesim@gmail.com>
5
6 INSTALLING
7
8 mp3togo is distributed as a Python package using the
9 distutils. To install mp3togo, simply unpack the tarball and
10 run (as root):
11
12 python setup.py install
13
14 in the unpacked package directory.
15
16 Once installed, the program can be run by running the
17 mp3togo command. For information on command line options,
18 run mp3togo with no arguments or with the single argument
19 '--help'.
20
21 For more information on the distutils, see:
22 http://www.python.org/doc/2.3.5/inst/inst.html
23