From eaff02715f647d80992cca919e64fdbb17ebe553 Mon Sep 17 00:00:00 2001 From: Christophe Benz Date: Mon, 26 Apr 2010 19:20:03 +0200 Subject: [PATCH] Add Debian note to INSTALL --- INSTALL | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/INSTALL b/INSTALL index 6ef5e043..668f88e2 100644 --- a/INSTALL +++ b/INSTALL @@ -4,6 +4,14 @@ Weboob installation Like any setuptools package, Weboob can be installed in normal mode, or in development mode. +Debian note +----------- + +When using Debian, it is advised to use Python Debian packages, and not the PyPI ones. + +To achieve this, please install the following packages before installing Weboob: +* python-gdata + normal mode -----------