aboutsummaryrefslogtreecommitdiffstats
path: root/docs/install.rst
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-10-17 15:15:22 +1300
committerAldo Cortesi <aldo@nullcube.com>2016-10-17 15:18:47 +1300
commit8360f70024330eeeb5c53d29e4a05194f872b511 (patch)
tree6bbdcfe54fcce1e41660ca07c9470f42debdec5b /docs/install.rst
parent4918feb7252c76c95d85cd8b2b0334a22aaae274 (diff)
downloadmitmproxy-8360f70024330eeeb5c53d29e4a05194f872b511.tar.gz
mitmproxy-8360f70024330eeeb5c53d29e4a05194f872b511.tar.bz2
mitmproxy-8360f70024330eeeb5c53d29e4a05194f872b511.zip
First-order conversion to Python3-only
- Zap various occurrences of Python2 in docs and scripts - Remove six from netlib, and some other places where obvious project-wide search and replace works.
Diffstat (limited to 'docs/install.rst')
-rw-r--r--docs/install.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/install.rst b/docs/install.rst
index 6077c3fe..5c823ef4 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -101,9 +101,9 @@ Installation On Windows
**There is no interactive user interface on Windows.**
-First, install the latest version of Python 2.7 from the `Python website`_.
-If you already have an older version of Python 2.7 installed, make sure to install pip_
-(pip is included in Python 2.7.9+ by default). If pip aborts with an error, make sure you are using the current version of pip.
+First, install the latest version of Python 3.5 from the `Python website`_.
+If you already have an older version of Python 3.5 installed, make sure to install pip_
+(pip is included in Python by default). If pip aborts with an error, make sure you are using the current version of pip.
>>> python -m pip install --upgrade pip