From bfe57ae1133cb2015d9c6c338652a3ce04375e0f Mon Sep 17 00:00:00 2001 From: Jim Shaver Date: Tue, 21 Apr 2015 10:39:57 -0400 Subject: Moved installing from Source to the bottom. --- doc-src/install.html | 36 ++++++++++++++++++------------------ 1 file 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) - -## Installing From Source - -You can install mitmproxy with pip: - -
-$ pip install mitmproxy
-
- -If you also want to install the optional packages AMF, protobuf and CSS -content views, do this: - -
-$ pip install "mitmproxy[contentviews]"
-
- -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 Hacking section of the README on GitHub. +* [Installation From Source](#docSource) ## Installation On Mac OS X @@ -67,3 +50,20 @@ C:\> pip install mitmproxy From now on you can run mitmdump from a Command Prompt. +## Installing From Source + +You can install mitmproxy with pip: + +
+$ pip install mitmproxy
+
+ +If you also want to install the optional packages AMF, protobuf and CSS +content views, do this: + +
+$ pip install "mitmproxy[contentviews]"
+
+ +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 Hacking section of the README on GitHub. + -- cgit v1.2.3