comparison docs/installation_win.rst @ 5502:ae9ab4c92d46 stable

setup: explicitly use python2 in examples in the documentation
author Mads Kiilerich <madski@unity3d.com>
date Wed, 16 Sep 2015 02:53:28 +0200
parents 60e04a21bf0f
children 8c234ae2c258
comparison
equal deleted inserted replaced
5501:c79e4f89bfd3 5502:ae9ab4c92d46
69 69
70 If it was not installed or if you are using Python>=2.6,<2.7.9: 70 If it was not installed or if you are using Python>=2.6,<2.7.9:
71 71
72 - Go to https://bootstrap.pypa.io 72 - Go to https://bootstrap.pypa.io
73 - Right-click on get-pip.py and choose Saves as... 73 - Right-click on get-pip.py and choose Saves as...
74 - Run "python get-pip.py" in the folder where you downloaded get-pip.py (may require admin access). 74 - Run "python2 get-pip.py" in the folder where you downloaded get-pip.py (may require admin access).
75 75
76 .. note:: 76 .. note::
77 77
78 See http://stackoverflow.com/questions/4750806/how-to-install-pip-on-windows 78 See http://stackoverflow.com/questions/4750806/how-to-install-pip-on-windows
79 for details and alternative methods. 79 for details and alternative methods.