From 118c26fe310e726e623cffaab3a9b1a325d1d911 Mon Sep 17 00:00:00 2001 From: Christophe Benz Date: Sat, 10 Jul 2010 21:53:57 +0200 Subject: [PATCH] update INSTALL for dependencies --- INSTALL | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 104cab0e..00d66872 100644 --- a/INSTALL +++ b/INSTALL @@ -46,8 +46,21 @@ Debian note When using Debian, it is advised to install Python Debian packages, and not the PyPI ones (when they are available). -To achieve this, please install the following packages before installing Weboob: +To achieve this, use the --no-deps option of setup.py: +# ./setup.py develop --no-deps + +Then, please install the following packages before installing Weboob: +* pyqt4-dev-tools +* python-dateutil +* python-feedparser * python-gdata +* python-html5lib +* python-imaging +* python-lxml +* python-qt4 +* python-qt4-phonon +* python-simplejson +* python-yaml Bash completion