diff options
author | Jim Shaver <dcypherd@gmail.com> | 2015-04-21 10:39:57 -0400 |
---|---|---|
committer | Jim Shaver <dcypherd@gmail.com> | 2015-04-21 10:39:57 -0400 |
commit | bfe57ae1133cb2015d9c6c338652a3ce04375e0f (patch) | |
tree | 30fe3a002239ac6deb525d0eb1f9eb4a583133c4 /doc-src | |
parent | a63634254dc2adff6556187dde8800deb4c6f3d3 (diff) | |
download | mitmproxy-bfe57ae1133cb2015d9c6c338652a3ce04375e0f.tar.gz mitmproxy-bfe57ae1133cb2015d9c6c338652a3ce04375e0f.tar.bz2 mitmproxy-bfe57ae1133cb2015d9c6c338652a3ce04375e0f.zip |
Moved installing from Source to the bottom.
Diffstat (limited to 'doc-src')
-rw-r--r-- | doc-src/install.html | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/doc-src/install.html b/doc-src/install.html index 7010016f..d5a01ca3 100644 --- a/doc-src/install.html +++ b/doc-src/install.html @@ -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. + |