Browse Source

Creates a python3 virtual environment in readme

Adrien Panay 6 years ago
parent
commit
3b56e7130c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md View File

@@ -149,7 +149,7 @@ At last, compile frontend files:
149 149
 
150 150
 Create a python virtual environment:
151 151
 
152
-    virtualenv -p /usr/bin/python3.4 tg2env
152
+    virtualenv -p /usr/bin/python3 tg2env
153 153
 
154 154
 Activate it in your terminal session (**all tracim command execution must be executed under this virtual environment**):
155 155