From 1546da8b08755a755641912c4a612b7ee557d071 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Wed, 18 Jul 2012 20:31:21 +0200 Subject: [PATCH] Updated virtualenv command (system-site-packages option comes with v1.7). --- INSTALL | 3 +++ 1 file changed, 3 insertions(+) diff --git a/INSTALL b/INSTALL index ce9cefb23..d6ff17463 100644 --- a/INSTALL +++ b/INSTALL @@ -105,6 +105,9 @@ II. Installation on GNU/Linux and MacOSX Go to the (extracted/cloned) root directory of OpenSlides and create virtualenv environment: + $ virtualenv .venv + + For virtualenv >= 1.7 use: $ virtualenv --system-site-packages .venv 4. Activate the virtual environment: