diff 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
line wrap: on
line diff
--- a/docs/installation_win_old.rst	Fri Sep 25 12:50:03 2015 +0200
+++ b/docs/installation_win_old.rst	Fri Sep 25 14:18:44 2015 +0200
@@ -183,6 +183,7 @@
 
   cd C:\Kallithea\Env\Scripts (or similar)
   activate
+  pip install --upgrade pip setuptools
 
 The prompt will change into "(Env) C:\\Kallithea\\Env\\Scripts" or similar
 (depending of your folder structure). Then type::