aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-06-22 12:29:34 -0700
committerGitHub <noreply@github.com>2016-06-22 12:29:34 -0700
commitaaf0bba4965ddd4b1852abfda024c75f41122971 (patch)
treead03fd9886371ed64efde24f11f63d791540fafc
parentb3502b92c8abf60cbd6de14428ca0b5934a83c27 (diff)
parenta77e850b6f5596bc910f25ace6715b54d50a4819 (diff)
downloadmitmproxy-aaf0bba4965ddd4b1852abfda024c75f41122971.tar.gz
mitmproxy-aaf0bba4965ddd4b1852abfda024c75f41122971.tar.bz2
mitmproxy-aaf0bba4965ddd4b1852abfda024c75f41122971.zip
Merge pull request #1291 from BSalita/master
Show how to upgrade pip.
-rw-r--r--docs/install.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/install.rst b/docs/install.rst
index 566430f5..08d4b528 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -87,7 +87,9 @@ Installation 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).
+(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.
+
+>>> python -m pip install --upgrade pip
Next, add Python and the Python Scripts directory to your **PATH** variable.
You can do this easily by running the following in powershell: