[FIX] Doc compiled doesn't allow copy and paste, little fix to better use of docs
authorNhomar Hernandez <nhomar@gmail.com>
Fri, 16 Nov 2012 04:51:12 +0000 (00:21 -0430)
committerNhomar Hernandez <nhomar@gmail.com>
Fri, 16 Nov 2012 04:51:12 +0000 (00:21 -0430)
bzr revid: nhomar@gmail.com-20121116045112-8xygt4bib72dd51v

doc/01_getting_started.rst

index 0403b70..2283f38 100644 (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::