瀏覽代碼

README: remove old instructions

Bastien Sevajol 8 年之前
父節點
當前提交
0f7e6f3e23
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. 0 8
      README.md

+ 0 - 8
README.md 查看文件

@@ -140,18 +140,10 @@ _Reminder : Tracim is developped and tested using python3.4._
140 140
 Tracim uses virtualenv as deployment environment. This ensure that there will be no 
141 141
 conflict between system-wide python installation and Tracim required ones.
142 142
 
143
-    SITE_PACKAGES_PATH=`python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"`
144 143
     virtualenv -p /usr/bin/python3 tg2env
145 144
     source tg2env/bin/activate
146 145
     cd tracim && python setup.py develop && cd -
147 146
     pip install -r install/requirements.txt
148
-    ./bin/tg2env-patch 1 $SITE_PACKAGES_PATH
149
-    pip install -r install/requirements.txt
150
-    ./bin/tg2env-patch 2 $SITE_PACKAGES_PATH
151
-    
152
-Notes:
153
-
154
-* Ubuntu (at least 14.04): please update the site-package path with your version of python
155 147
 
156 148
 ## Database Setup ##
157 149