Browse Source

Make the venv instructions more sexy

Jocelyn Delalande 8 years ago
parent
commit
706e993863
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -49,13 +49,13 @@ replace the `virtualenv` command with `virtualenv2` in the following.
 
 To create the virtualenv (the first time):
 
-    virtualenv ~/tmp/venv-illyse
+    virtualenv ./venv
 
 
 To activate the virtualenv (you need to do this each time you work on
 the project):
 
-    . ~/tmp/venv-illyse/bin/activate
+    source ./venv/bin/activate
 
 
 Install dependencies. On Debian, you will probably need the