[FIX] edi loading
[odoo/odoo.git] / README
diff --git a/README b/README
index 5683fa0..e255e36 100644 (file)
--- a/README
+++ b/README
@@ -1,55 +1,29 @@
-About OpenERP
--------------
-
-OpenERP is an OpenSrouce/Free software Enterprise Resource Planning and
-Customer Relationship Management software. More info at:
-
-    http://www.openerp.com
-
-Installation on Debian Ubuntu
------------------------------
-
-Add the the apt repository in your source.list and type:
-
-    $ apt-get install openerp
+pydot - Python interface to Graphviz's Dot language
+Ero Carrera (c) 2004-2007
+ero@dkbza.org
 
-Installation on RedHat, Fedora, CentOS
---------------------------------------
+This code is distributed under the MIT license.
 
-Install the required dependencies:
-
-    $ yum install python
-    $ easy_install pip
-    $ pip install .....
-
-Install the openerp rpm
-
-    $ rpm -i openerp-VERSION.rpm
+Requirements:
+-------------
 
-Installation on Windows
------------------------
+pyparsing: pydot requires the pyparsing module in order to be
+       able to load DOT files.
 
-Installation on MacOSX
------------------------
+GraphViz:  is needed in order to render the graphs into any of
+       the plethora of output formats supported.
 
-Setuping you first database
----------------------------
+Installation:
+-------------
 
-Point your browser to http://localhost:8069/ and click "Database", the default
-master password is "admin".
+Should suffice with doing:
 
-Detailed System Requirements
-----------------------------
+ python setup.py install
 
-You need the following software installed:
+Needless to say, no installation is needed just to use the module. A mere:
 
-python, postgresql-client, python-dateutil, python-gdata, python-ldap,
-python-libxslt1, python-lxml, python-mako, python-openid, python-psycopg2,
-python-pybabel, python-pychart, python-pydot, python-pyparsing,
-python-reportlab, python-simplejson, python-tz, python-vobject, python-webdav,
-python-werkzeug, python-yaml, python-zsi, graphviz, ghostscript, postgresql,
-python-imaging, python-matplotlib
+ import pydot
 
-For Luxembourg localization, you also need:
-* pdftk (http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/)
+should do it, provided that the directory containing the modules is on Python
+module search path.