[IMP] getting started doc: reformat package installation command, courtesy of Nhomar...
authorOlivier Dony <odo@openerp.com>
Fri, 16 Nov 2012 12:20:27 +0000 (13:20 +0100)
committerOlivier Dony <odo@openerp.com>
Fri, 16 Nov 2012 12:20:27 +0000 (13:20 +0100)
bzr revid: odo@openerp.com-20121116122027-j2xiebnixhurfvic

1  2 
doc/01_getting_started.rst

@@@ -54,17 -40,36 +54,17 @@@ directory, and fetch the latest source 
    drwxrwxr-x  3 openerp openerp 4096 2012-04-17 11:10 server
    drwxrwxr-x  3 openerp openerp 4096 2012-04-17 11:10 web
  
 -Some dependencies are necessary to use OpenERP. Depending on your environment, you might have to install the following packages::
 -
 -  sudo apt-get install \
 -            graphviz \
 -            ghostscript \
 -            postgresql-client \
 -            python-dateutil \
 -            python-feedparser \
 -            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-vatnumber \
 -            python-vobject \
 -            python-webdav \
 -            python-werkzeug \
 -            python-xlwt \
 -            python-yaml \
 -            python-imaging \
 +Some dependencies are necessary to use OpenERP. Depending on your
 +environment, you might have to install the following packages::
 +
-   sudo apt-get install graphviz ghostscript postgresql-client
-  
-   sudo apt-get install python-dateutil python-feedparser 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-vatnumber python-vobject python-webdav python-werkzeug python-xlwt
-     python-yaml python-imaging python-matplotlib 
++  sudo apt-get install graphviz ghostscript postgresql-client \
++            python-dateutil python-feedparser 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-vatnumber python-vobject python-webdav \
++            python-werkzeug python-xlwt python-yaml python-imaging \
+             python-matplotlib
  
  Next step is to initialize the database. This will create a new openerp role::