From 84e2f01e4e1f4be5b13cfc57980d22d2249b8b40 Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Tue, 25 May 2010 11:25:30 +0200 Subject: [PATCH] Better document runtime dependencies and explicitely say that Python 3 is not supported. --- INSTALL.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/INSTALL.txt b/INSTALL.txt index 6ec8d00e4..5737b26be 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -6,7 +6,7 @@ Dependencies Before installing Picard, you need to have these libraries: - * Python 2.5 or newer + * Python 2.5 or newer (Picard will not work with Python 3) http://python.org * PyQt 4.1 with Qt 4.2 or newer @@ -17,12 +17,15 @@ Before installing Picard, you need to have these libraries: http://code.google.com/p/quodlibet/wiki/Development/Mutagen * libdiscid (optional) + Required for CD lookups. http://musicbrainz.org/doc/libdiscid * FFmpeg (optional) + Required for audio fingerprinting. http://ffmpeg.mplayerhq.hu/ * libofa (optional) + Required for audio fingerprinting. http://code.google.com/p/musicip-libofa/