[imp] modified wsgi loading according to vmt indications
[odoo/odoo.git] / doc / INSTALL
index 47a7569..254b7e7 100644 (file)
@@ -14,6 +14,7 @@ You need the following software installed:
     * 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:
 
@@ -21,6 +22,9 @@ 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