diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-02-05 22:59:24 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2016-02-05 22:59:24 +0100 |
commit | db719f167328fdaa4252dbf6458a739265788ff2 (patch) | |
tree | ec3fe4d663eab569875f8c1d52c9c79879b39419 /docs | |
parent | dffc7e7450e8ced2a0b67150ea938741b81be0a2 (diff) | |
download | mitmproxy-db719f167328fdaa4252dbf6458a739265788ff2.tar.gz mitmproxy-db719f167328fdaa4252dbf6458a739265788ff2.tar.bz2 mitmproxy-db719f167328fdaa4252dbf6458a739265788ff2.zip |
remove compatible version specifiers
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/install.rst b/docs/install.rst index a4a26a42..3300807b 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -16,6 +16,9 @@ This was tested on a fully patched installation of Ubuntu 14.04. Once installation is complete you can run :ref:`mitmproxy` or :ref:`mitmdump` from a terminal. +On **Ubuntu 12.04** (and other systems with an outdated version of pip), +you may need to update pip using ``pip install -U pip`` before installing mitmproxy. + Installation From Source (Ubuntu) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |