MusicBrainz Picard Installation =============================== Dependencies ------------ Before installing Picard, you need to have these libraries: * Python 2.5 or newer http://python.org * PyQt 4.1 with Qt 4.2 or newer http://www.riverbankcomputing.co.uk/software/pyqt/intro http://www.trolltech.com/products/qt/ * Mutagen 1.11 or newer http://code.google.com/p/quodlibet/wiki/Development/Mutagen * libdiscid (optional) http://musicbrainz.org/doc/libdiscid * FFmpeg (optional) http://ffmpeg.mplayerhq.hu/ * libofa (optional) http://code.google.com/p/musicip-libofa/ Installation ------------ After installing the dependencies, you can install Picard by running: python setup.py config 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 config python setup.py build_ext -i python setup.py build_locales -i And to start Picard use: python tagger.py