Removed logging out added setting variables manually.

This commit is contained in:
Jim Shaver 2015-04-11 23:17:07 -04:00
parent 4a6bdb2564
commit a63634254d
1 changed files with 2 additions and 2 deletions

View File

@ -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>