diff options
-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. + |