[IMP] getting started doc: reformat package installation command, courtesy of Nhomar Hernandez (Vauxoo)

bzr revid: odo@openerp.com-20121116122027-j2xiebnixhurfvic
This commit is contained in:
Olivier Dony 2012-11-16 13:20:27 +01:00
commit 4d35f90ff2
1 changed files with 8 additions and 8 deletions

View File

@ -57,14 +57,14 @@ directory, and fetch the latest source code from ``trunk``::
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::