From 58ce1656275f7ac4a9ed14433a3e800ad3e39e05 Mon Sep 17 00:00:00 2001 From: Nhomar Hernandez Date: Fri, 16 Nov 2012 00:21:12 -0430 Subject: [PATCH] [FIX] Doc compiled doesn't allow copy and paste, little fix to better use of docs bzr revid: nhomar@gmail.com-20121116045112-8xygt4bib72dd51v --- doc/01_getting_started.rst | 36 ++++++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 8 deletions(-) diff --git a/doc/01_getting_started.rst b/doc/01_getting_started.rst index 0403b708d47..2283f38b5ee 100644 --- a/doc/01_getting_started.rst +++ b/doc/01_getting_started.rst @@ -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::