[FIX] Doc compiled doesn't allow copy and paste, little fix to better use of docs

bzr revid: nhomar@gmail.com-20121116045112-8xygt4bib72dd51v
This commit is contained in:
Nhomar Hernandez 2012-11-16 00:21:12 -04:30
parent 7ac71a4e47
commit 58ce165627
1 changed files with 28 additions and 8 deletions

View File

@ -42,14 +42,34 @@ This will create the following structure inside your ``source`` directory, and f
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::