diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2017-02-15 00:34:23 +0100 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2017-02-15 00:54:14 +0100 |
commit | 8a6f8bd461af46d5006a6e3756277af416162262 (patch) | |
tree | f54400e7bbb01e52f8f85e3f1019690d6a6c6151 /docs | |
parent | bb2fa6dc7d871d703c6759926521d8c16aae80f1 (diff) | |
download | mitmproxy-8a6f8bd461af46d5006a6e3756277af416162262.tar.gz mitmproxy-8a6f8bd461af46d5006a6e3756277af416162262.tar.bz2 mitmproxy-8a6f8bd461af46d5006a6e3756277af416162262.zip |
nuke Pillow
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/install.rst b/docs/install.rst index b9524897..c90eaf9f 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-pip python3-dev libffi-dev libssl-dev zlib1g-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-pip python3-devel libffi-devel openssl-devel zlib-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``. |