Kaynağa Gözat

Creates a python3 virtual environment in readme

Adrien Panay 6 yıl önce
ebeveyn
işleme
3b56e7130c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      README.md

+ 1 - 1
README.md Dosyayı Görüntüle

@@ -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