aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index f8c478e989..2b4fbce2a3 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
- install virtualenv
- generate environment using virtualenv:
# cd $ROOT
- # virtualenv env
+ # virtualenv --system-site-packages env
# source env/bin/activate
- install python requirements for this project by executing:
# pip install -r requirements.txt