Updated virtualenv section.

This commit is contained in:
Emanuel Schuetze 2012-07-18 22:53:29 +02:00
parent 56b5ca64ea
commit 4a29aedb64

View File

@ -109,7 +109,7 @@ II. Installation on GNU/Linux and MacOSX
$ virtualenv .venv
For virtualenv >= 1.7 use:
For virtualenv >= 1.7 use instead:
$ virtualenv --system-site-packages .venv
4. Activate the virtual environment: