Updated virtualenv command (system-site-packages option comes with v1.7).
This commit is contained in:
parent
33489522eb
commit
1546da8b08
3
INSTALL
3
INSTALL
@ -105,6 +105,9 @@ II. Installation on GNU/Linux and MacOSX
|
|||||||
Go to the (extracted/cloned) root directory of OpenSlides
|
Go to the (extracted/cloned) root directory of OpenSlides
|
||||||
and create virtualenv environment:
|
and create virtualenv environment:
|
||||||
|
|
||||||
|
$ virtualenv .venv
|
||||||
|
|
||||||
|
For virtualenv >= 1.7 use:
|
||||||
$ virtualenv --system-site-packages .venv
|
$ virtualenv --system-site-packages .venv
|
||||||
|
|
||||||
4. Activate the virtual environment:
|
4. Activate the virtual environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user