Updated virtualenv command (system-site-packages option comes with v1.7).

This commit is contained in:
Emanuel Schuetze 2012-07-18 20:31:21 +02:00
parent 33489522eb
commit 1546da8b08

View File

@ -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: