added the most important part of "sudo apt-get install ..." to the docs

This commit is contained in:
Jim Shaver 2015-04-11 22:17:26 -04:00
parent 3117dd7733
commit 4a6bdb2564
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ From now on you can run <a href="mitmproxy.html">mitmproxy</a> or <a href="mitmd
Ubuntu comes with Python but we need to install pip, python-dev and several libraries. This was tested on a fully patched installation of Ubuntu 14.04.
<pre class="terminal">
$ sudo apt-get python-pip python-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev
$ sudo apt-get install python-pip python-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev
$ sudo pip install mitmproxy
</pre>