Browse Source

Don't depend on virtualenvwrapper

Étienne Deparis 6 years ago
parent
commit
c1ef58cde1
1 changed files with 5 additions and 3 deletions
  1. 5 3
      README.md

+ 5 - 3
README.md

@@ -9,8 +9,11 @@ Install it
 ----------
 Be sure to use python3.
 
-    sudo apt-get install python virtualenvwrapper
-    mkvirtualenv transparency
+    sudo apt-get install python virtualenv
+    virtualenv transparency_venv
+    git clone https://code.ffdn.org/jocelyn/transparency
+    cd transparency
+    source ../transparency_venv/bin/activate
     pip install -r requirements.txt
 
 Generate a secret key:
@@ -30,7 +33,6 @@ Run it
 
 Run development server
 
-    workon transparency
     ./manage.py runserver
 
 Use it