Files
picard/INSTALL.txt
2006-10-19 22:02:57 +02:00

39 lines
948 B
Plaintext

MusicBrainz Picard Installation
===============================
Dependencies
------------
Before installing Picard, you need to have these libraries:
* PyQt - http://www.riverbankcomputing.co.uk/pyqt/
* Mutagen - http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen
* python-musicbrainz2 - http://musicbrainz.org/doc/PythonMusicBrainz2
* libofa - http://www.musicdns.org/downloads
Installation
------------
After installing the dependencies, you can install Picard by running::
sudo python setup.py install
This will automatically build and install all required Python modules. To
start Picard now you can use::
picard
Running From the Source Tree
----------------------------
If you want to run Picard from the source directory without installing, you
need to build the C extensions and locales manually::
python setup.py build_ext -i
python setup.py build_locales -i
And to start Picard use::
python tagger.py