aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src
diff options
context:
space:
mode:
authorJim Shaver <dcypherd@gmail.com>2015-04-11 23:17:07 -0400
committerJim Shaver <dcypherd@gmail.com>2015-04-11 23:17:07 -0400
commita63634254dc2adff6556187dde8800deb4c6f3d3 (patch)
treef9c9c1000bd45dd5428e1996de7a1dcc60ba9db9 /doc-src
parent4a6bdb25642c6849b6023241dc1ce90479938dae (diff)
downloadmitmproxy-a63634254dc2adff6556187dde8800deb4c6f3d3.tar.gz
mitmproxy-a63634254dc2adff6556187dde8800deb4c6f3d3.tar.bz2
mitmproxy-a63634254dc2adff6556187dde8800deb4c6f3d3.zip
Removed logging out added setting variables manually.
Diffstat (limited to 'doc-src')
-rw-r--r--doc-src/install.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc-src/install.html b/doc-src/install.html
index a5732461..7010016f 100644
--- a/doc-src/install.html
+++ b/doc-src/install.html
@@ -59,9 +59,9 @@ Please note that mitmdump is the only component of mitmproxy that is supported o
Install the latest version of Python 2 from the <a href="https://www.python.org/downloads/windows/">Python website</a>. The Windows MSI installer is fairly straightforward and even includes pip as long as you are installing a version of Python 2 after 2.7.9. For the most part, you can accept the defaults but one option you should change during installation is "Add python.exe to Path". This will make it easier to run Python.
<img src="@!urlTo('winpythoninstaller.jpg')!@"/>
-Now log out of Windows and back in to finish having Python added to your PATH.
-
<pre class="terminal">
+C:\> set PATH = C:\Python27;C:\Python27\Scripts;%PATH%
+
C:\> pip install mitmproxy
</pre>