[IMP] useability board amdin
[odoo/odoo.git] / README
diff --git a/README b/README
index 5725ce9..e255e36 100644 (file)
--- a/README
+++ b/README
@@ -1,17 +1,29 @@
-About OpenERP\r
----------------\r
-\r
-OpenERP is a free Enterprise Resource Planning and Customer Relationship \r
-Management software. It is mainly developed to meet changing needs.\r
-\r
-The main functional features are: CRM & SRM, analytic and financial accounting,\r
-double-entry stock management, sales and purchases management, tasks automation,\r
-help desk, marketing campaign, ... and vertical modules for very specific \r
-businesses.\r
-\r
-Technical features include a distributed server, flexible workflows, an object \r
-database, dynamic GUIs, customizable reports, NET-RPC and XML-RPC interfaces, ...\r
-\r
-For more information, please visit: \r
-http://www.openerp.com\r
-\r
+pydot - Python interface to Graphviz's Dot language
+Ero Carrera (c) 2004-2007
+ero@dkbza.org
+
+This code is distributed under the MIT license.
+
+Requirements:
+-------------
+
+pyparsing: pydot requires the pyparsing module in order to be
+       able to load DOT files.
+
+GraphViz:  is needed in order to render the graphs into any of
+       the plethora of output formats supported.
+
+Installation:
+-------------
+
+Should suffice with doing:
+
+ python setup.py install
+
+Needless to say, no installation is needed just to use the module. A mere:
+
+ import pydot
+
+should do it, provided that the directory containing the modules is on Python
+module search path.
+