diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2014-10-23 15:43:06 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2014-10-23 15:43:06 +1300 |
commit | 32127f80e2bd3ee5b33610300d11abafc9c6e3ae (patch) | |
tree | b03f531216b7431513fd89d3970d98dc2f48fad5 /doc-src/install.html | |
parent | 5aace7eed8899756799679f7667739dfb58b4dbc (diff) | |
download | mitmproxy-32127f80e2bd3ee5b33610300d11abafc9c6e3ae.tar.gz mitmproxy-32127f80e2bd3ee5b33610300d11abafc9c6e3ae.tar.bz2 mitmproxy-32127f80e2bd3ee5b33610300d11abafc9c6e3ae.zip |
More refactoring of installation docs
- Make it clear that README.md only has the hacking installation
instructions
- Beef up install.html
Diffstat (limited to 'doc-src/install.html')
-rw-r--r-- | doc-src/install.html | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/doc-src/install.html b/doc-src/install.html index 5f1e54fd..8a76e3ae 100644 --- a/doc-src/install.html +++ b/doc-src/install.html @@ -1,4 +1,8 @@ + + +## Installing from source + The preferred way to install mitmproxy - whether you're installing the latest 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 @@ -8,14 +12,24 @@ don't already have pip on your system, you can find installation instructions 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> + ## OSX +The easiest way to get up and running on OSX is to download the pre-built +binary packages from [mitmproxy.org](http://mitmproxy.org). If you still want +to install using pip, there are a few things to keep in mind: + - If you're running a Python interpreter installed with homebrew (or similar), you may have to install some dependencies by hand. - Make sure that XCode is installed from the App Store, and that the command-line tools have been downloaded (XCode/Preferences/Downloads). -- Now use __pip__ to do the installation, as above. There are a few bits of customization you might want to do to make mitmproxy comfortable to use on OSX. The default color scheme is optimized for a dark |