diff options
author | Aldo Cortesi <aldo@corte.si> | 2017-04-26 09:03:03 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-26 09:03:03 +1200 |
commit | 02c82b1b602b7d5ab03c1e25d7d89f44c593174a (patch) | |
tree | 2e221b195393ccf320bc24400b63940129df4b0f /docs/install.rst | |
parent | 7ee0abbe0c6500540b8becca7021958d55870a18 (diff) | |
parent | e6eeab60946e61047ed858422badbda189a6f9e8 (diff) | |
download | mitmproxy-02c82b1b602b7d5ab03c1e25d7d89f44c593174a.tar.gz mitmproxy-02c82b1b602b7d5ab03c1e25d7d89f44c593174a.tar.bz2 mitmproxy-02c82b1b602b7d5ab03c1e25d7d89f44c593174a.zip |
Merge pull request #2261 from cortesi/addonrevamp
Revamp how addons work
Diffstat (limited to 'docs/install.rst')
-rw-r--r-- | docs/install.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/install.rst b/docs/install.rst index b37d9c91..7753dc44 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -123,12 +123,12 @@ You can check you Python version by running ``python3 --version``. sudo zypper install python3-pip python3-devel libffi-devel openssl-devel gcc-c++ sudo pip3 install mitmproxy - + .. _install-source-windows: -🐱💻 Installation from Source on Windows -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Installation from Source on Windows +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. note:: Mitmproxy's console interface is not supported on Windows, but you can use |