diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2014-10-23 09:44:47 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2014-10-23 09:44:47 +1300 |
commit | 05590cf6c272571aa812ace321aa30573f2e125c (patch) | |
tree | 95d555e020d156d52df606d436f5c35bda610795 /doc-src/install.html | |
parent | c79bdeb4e5771d5cdc025fd9fa01ab52dcfe3851 (diff) | |
download | mitmproxy-05590cf6c272571aa812ace321aa30573f2e125c.tar.gz mitmproxy-05590cf6c272571aa812ace321aa30573f2e125c.tar.bz2 mitmproxy-05590cf6c272571aa812ace321aa30573f2e125c.zip |
Documentation re-org
- No longer using README.md in the rendered documentation.
- Rendered doc instrutions are now for the released version of
mitmproxy, with dev install instructions in the README.md
Diffstat (limited to 'doc-src/install.html')
-rw-r--r-- | doc-src/install.html | 24 |
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 - - - - - |