From bc5c1ba7e2797c321d7967c245d521029b99b2f7 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 24 Aug 2014 17:44:46 +0200 Subject: [PATCH] Update devenv.rst --- developer_manual/general/devenv.rst | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/developer_manual/general/devenv.rst b/developer_manual/general/devenv.rst index 451801d53..e47d65889 100644 --- a/developer_manual/general/devenv.rst +++ b/developer_manual/general/devenv.rst @@ -45,18 +45,9 @@ Check out the code The following commands are using **/var/www** as the web server's directory and **www-data** as user name and group. -.. note:: Python 3.4 includes pip by default +Install the `development tool `_ -Install the `development tool `_ (**depends on Python >=3.3 and python3-pip**) - -.. note:: If you are using a Linux distribution which only provides a smaller Python version than 3.3, for example **Ubuntu 12.04**, you need to install **python3-jinja2** from your package manager first since the newest Jinja version is incompatible with Python 3.2! - -:: - - sudo pip3 install ocdev - - -Make the directory writable:: +After the development tool installation make the directory writable:: sudo chmod o+rw /var/www