update INSTALL for dependencies
This commit is contained in:
parent
de3b3880c1
commit
118c26fe31
1 changed files with 14 additions and 1 deletions
15
INSTALL
15
INSTALL
|
|
@ -46,8 +46,21 @@ Debian note
|
||||||
When using Debian, it is advised to install Python Debian packages, and not the
|
When using Debian, it is advised to install Python Debian packages, and not the
|
||||||
PyPI ones (when they are available).
|
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-gdata
|
||||||
|
* python-html5lib
|
||||||
|
* python-imaging
|
||||||
|
* python-lxml
|
||||||
|
* python-qt4
|
||||||
|
* python-qt4-phonon
|
||||||
|
* python-simplejson
|
||||||
|
* python-yaml
|
||||||
|
|
||||||
|
|
||||||
Bash completion
|
Bash completion
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue