Minor changes.

This commit is contained in:
Emanuel Schuetze 2011-08-01 07:58:44 +02:00
parent fd267ea69b
commit a8bebc0af7
1 changed files with 2 additions and 2 deletions

View File

@ -82,11 +82,11 @@ system.
1. Setup virtualenv:
cd openslides
cd openslides (project root directory)
virtualenv .venv
. .venv/bin/activate
2. Install 'pip' if not available:
2. Install 'pip' (if not available):
easy_install pip