[IMP] Menu is now working ok in folded mode
[odoo/odoo.git] / doc / INSTALL
index 97684d6..254b7e7 100644 (file)
@@ -8,14 +8,13 @@ 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
+    * PyYaml python module (install with: easy_install PyYaml)
 
 Some dependencies are only required for specific purposes:
 
@@ -23,13 +22,16 @@ for rendering workflows graphs, you need:
     * graphviz
     * pyparsing
 
+For Luxembourg localization, you also need:
+    * pdftk (http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/)
+
 for generating reports using non .jpg images, you need:
     * Python Imaging Library for python
 
 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 +39,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