Moved installing from Source to the bottom.

This commit is contained in:
Jim Shaver 2015-04-21 10:39:57 -04:00
parent a63634254d
commit bfe57ae113
1 changed files with 18 additions and 18 deletions

View File

@ -1,26 +1,9 @@
## On This Page
* [Installation From Source](#docSource)
* [Installation On Mac OS X](#docOSX)
* [Installation On Ubuntu](#docUbuntu)
* [Installation On Windows](#docWindows)
## <a id=docSource></a>Installing From Source
You can install mitmproxy with pip:
<pre class="terminal">
$ pip install mitmproxy
</pre>
If you also want to install the optional packages AMF, protobuf and CSS
content views, do this:
<pre class="terminal">
$ pip install "mitmproxy[contentviews]"
</pre>
If you are looking for a more information on how to install mitmproxy directly from the master branch on GitHub, or are wanting to set up mitmproxy for developement purposes, see the <a href="https://github.com/mitmproxy/mitmproxy/blob/master/README.mkd#hacking">Hacking</a> section of the README on GitHub.
* [Installation From Source](#docSource)
## <a id=docOSX></a>Installation On Mac OS X
@ -67,3 +50,20 @@ C:\> pip install mitmproxy
From now on you can run <a href="mitmdump.html">mitmdump</a> from a Command Prompt.
## <a id=docSource></a>Installing From Source
You can install mitmproxy with pip:
<pre class="terminal">
$ pip install mitmproxy
</pre>
If you also want to install the optional packages AMF, protobuf and CSS
content views, do this:
<pre class="terminal">
$ pip install "mitmproxy[contentviews]"
</pre>
If you are looking for a more information on how to install mitmproxy directly from the master branch on GitHub, or are wanting to set up mitmproxy for developement purposes, see the <a href="https://github.com/mitmproxy/mitmproxy/blob/master/README.mkd#hacking">Hacking</a> section of the README on GitHub.