1
0
Parcourir la source

Make the venv instructions more sexy

Jocelyn Delalande il y a 8 ans
Parent
commit
706e993863
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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):
 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
 To activate the virtualenv (you need to do this each time you work on
 the project):
 the project):
 
 
-    . ~/tmp/venv-illyse/bin/activate
+    source ./venv/bin/activate
 
 
 
 
 Install dependencies. On Debian, you will probably need the
 Install dependencies. On Debian, you will probably need the