diff options
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) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |