aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/install.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src/install.html')
-rw-r--r--doc-src/install.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/doc-src/install.html b/doc-src/install.html
index 5d412459..5f1e54fd 100644
--- a/doc-src/install.html
+++ b/doc-src/install.html
@@ -4,30 +4,11 @@ release or from source - is to use [pip](http://www.pip-installer.org/). If you
don't already have pip on your system, you can find installation instructions
[here](http://www.pip-installer.org/en/latest/installing.html).
-
-## Installing the latest release
-
-A single command will download and install the latest release of mitmproxy,
-along with all its dependencies:
-
<pre class="terminal">
pip install mitmproxy
</pre>
-## Installing from source
-
-When installing from source, the easiest method is still to use pip. In this
-case run:
-
-<pre class="terminal">
-pip install /path/to/source
-</pre>
-
-Note that if you're installing current git master, you will also have to
-install the current git master of [netlib](http://github.com/mitmproxy/netlib) by
-hand.
-
## OSX
- If you're running a Python interpreter installed with homebrew (or similar),
@@ -64,8 +45,3 @@ from source:
- libxslt1-dev
-
-
-
-
-