From ca819fb9239f22c8ed21a2f93c531bc8ff225b44 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Wed, 8 Mar 2017 17:42:19 +0100 Subject: [PATCH] add install docs for openSUSE --- docs/install.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/install.rst b/docs/install.rst index cf93cc58e..b37d9c915 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -110,6 +110,20 @@ libraries. This was tested on a fully patched installation of Fedora 24. Make sure to have an up-to-date version of pip by running ``pip3 install -U pip``. +.. _install-source-opensuse: + +Installation from Source on openSUSE +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +This was tested on a fully patched installation of openSUSE Tumbleweed. +Please note that openSUSE Leap 42.2 only comes with Python 3.4.x, whereas mitmproxy requires Python 3.5 or above. +You can check you Python version by running ``python3 --version``. + +.. code:: bash + + sudo zypper install python3-pip python3-devel libffi-devel openssl-devel gcc-c++ + sudo pip3 install mitmproxy + .. _install-source-windows: