aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorNick Badger <Badg@users.noreply.github.com>2015-10-22 18:11:06 -0700
committerNick Badger <Badg@users.noreply.github.com>2015-10-22 18:11:06 -0700
commit4537d561c680ef162d23487251c4c41b797f0723 (patch)
treef4bc7a7b85b5ddb7d15148c94ca38abf729db85c /docs
parenta6fee433845147b6b213e495a40ae434593bc105 (diff)
downloadmitmproxy-4537d561c680ef162d23487251c4c41b797f0723.tar.gz
mitmproxy-4537d561c680ef162d23487251c4c41b797f0723.tar.bz2
mitmproxy-4537d561c680ef162d23487251c4c41b797f0723.zip
Ubuntu install missing libjpeg8-dev, zlib1g-dev
As per https://pillow.readthedocs.org/en/3.0.0/installation.html#linux-installation, to avoid missing install dependencies.
Diffstat (limited to 'docs')
-rw-r--r--docs/install.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install.rst b/docs/install.rst
index 57eb8bc7..a4a26a42 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -11,7 +11,7 @@ Installation On Ubuntu
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.
->>> sudo apt-get install python-pip python-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev libjpeg-dev
+>>> sudo apt-get install python-pip python-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev libjpeg8-dev zlib1g-dev
>>> sudo pip install mitmproxy
Once installation is complete you can run :ref:`mitmproxy` or :ref:`mitmdump` from a terminal.