comparison docs/installation_win_old.rst @ 5519:8c234ae2c258 stable

docs: add advice of upgrading pip and setuptools in new virtualenvs Withtout this, the new virtualenv might have setuptools version 12 while the URLObject dependency mock fails because it requires setuptools>=17.1 .
author Mads Kiilerich <madski@unity3d.com>
date Fri, 25 Sep 2015 14:18:44 +0200
parents ae9ab4c92d46
children ed2fb6e84a02 b777b096d9a2
comparison
equal deleted inserted replaced
5518:8a1166a465fe 5519:8c234ae2c258
181 181
182 In that CMD (loaded with VS2008 PATHs) type:: 182 In that CMD (loaded with VS2008 PATHs) type::
183 183
184 cd C:\Kallithea\Env\Scripts (or similar) 184 cd C:\Kallithea\Env\Scripts (or similar)
185 activate 185 activate
186 pip install --upgrade pip setuptools
186 187
187 The prompt will change into "(Env) C:\\Kallithea\\Env\\Scripts" or similar 188 The prompt will change into "(Env) C:\\Kallithea\\Env\\Scripts" or similar
188 (depending of your folder structure). Then type:: 189 (depending of your folder structure). Then type::
189 190
190 pip install kallithea 191 pip install kallithea