Improved INSTALL comment.

This commit is contained in:
Emanuel Schuetze 2011-11-23 08:49:03 +01:00
parent c448ce95bd
commit b7066bf290
1 changed files with 2 additions and 4 deletions

View File

@ -117,10 +117,8 @@ system.
2. Setup virtualenv:
# go to the root directory of OpenSlides
cd openslides
# create virtualenv environment
# Go to the (extracted/cloned) root directory of OpenSlides
# and create virtualenv environment
virtualenv --no-site-packages .venv
# activate virtualenv environment