aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2017-02-15 15:29:57 +0100
committerGitHub <noreply@github.com>2017-02-15 15:29:57 +0100
commit94a7e99fdabee778f7872b0f0a7bd23ee533bc11 (patch)
treec7f90a78542e478d526565ff9c5ad67a42111f71 /docs
parent4aa656f2a6a2791d5fd78fa5ac40ad35b2044fb9 (diff)
parent80113a9d6ec63d665f77db16aeb8341c41319bee (diff)
downloadmitmproxy-94a7e99fdabee778f7872b0f0a7bd23ee533bc11.tar.gz
mitmproxy-94a7e99fdabee778f7872b0f0a7bd23ee533bc11.tar.bz2
mitmproxy-94a7e99fdabee778f7872b0f0a7bd23ee533bc11.zip
Merge pull request #2028 from Kriechi/nuke-pillow
nuke Pillow
Diffstat (limited to 'docs')
-rw-r--r--docs/install.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/install.rst b/docs/install.rst
index b9524897..cf93cc58 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -85,7 +85,7 @@ libraries. This was tested on a fully patched installation of Ubuntu 16.04.
.. code:: bash
- sudo apt-get install python3-pip python3-dev libffi-dev libssl-dev libtiff5-dev libjpeg8-dev zlib1g-dev libwebp-dev
+ sudo apt-get install python3-dev python3-pip libffi-dev libssl-dev
sudo pip3 install mitmproxy # or pip3 install --user mitmproxy
On older Ubuntu versions, e.g., **12.04** and **14.04**, you may need to install
@@ -104,7 +104,7 @@ libraries. This was tested on a fully patched installation of Fedora 24.
.. code:: bash
- sudo dnf install make gcc redhat-rpm-config python3-pip python3-devel libffi-devel openssl-devel libtiff-devel libjpeg-devel zlib-devel libwebp-devel openjpeg2-devel
+ sudo dnf install make gcc redhat-rpm-config python3-devel python3-pip libffi-devel openssl-devel
sudo pip3 install mitmproxy # or pip3 install --user mitmproxy
Make sure to have an up-to-date version of pip by running ``pip3 install -U pip``.