diff 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
line wrap: on
line diff
--- a/docs/installation_win.rst	Mon Sep 14 23:06:28 2015 +0200
+++ b/docs/installation_win.rst	Wed Sep 16 02:53:28 2015 +0200
@@ -71,7 +71,7 @@
 
 - Go to https://bootstrap.pypa.io
 - Right-click on get-pip.py and choose Saves as...
-- Run "python get-pip.py" in the folder where you downloaded get-pip.py (may require admin access).
+- Run "python2 get-pip.py" in the folder where you downloaded get-pip.py (may require admin access).
 
 .. note::