[fix] remove mentions of python-xml, libxml2 and libxslt from doc/INSTALL; bump python dep from 2.4-2.5 to >2.5 < 3.O

bzr revid: xmo@tinyerp.com-20100302131257-nomnqff50z5p643x
This commit is contained in:
Xavier Morel 2010-03-02 14:12:57 +01:00
parent 7a29deab31
commit 766edc36f8
1 changed files with 2 additions and 6 deletions

View File

@ -8,11 +8,9 @@ Required dependencies:
You need the following software installed:
* Python 2.4 or 2.5
* Python 2.5 or 2.6
* Postgresql 8.2 or above
* Psycopg2 python module
* libxml2 and python bindings
* libxslt and python bindings
* Reportlab pdf generation library for python
* lxml python module
* pytz python module
@ -29,7 +27,7 @@ for generating reports using non .jpg images, you need:
For Debian-based distributions, the required packages can be installed with the
following command:
#> apt-get install -y postgresql graphviz python-psycopg2 python-xml python-lxml python-libxml2 python-libxslt1 python-tz python-imaging
#> apt-get install -y postgresql graphviz python-psycopg2 python-lxml python-tz python-imaging
For Fedora
if they are not installed, install:
@ -37,8 +35,6 @@ python and postgresql
uses yum or you can recover required packages on fedora web site in "core" or "extra" repository :
postgresql-python
libxml2-python
libxslt-python
python-lxml
python-imaging
python-psycopg2