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