aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2017-01-10 11:01:51 +0100
committerGitHub <noreply@github.com>2017-01-10 11:01:51 +0100
commit5d0f7e5c41f3c553b993162abaef32c44ac22781 (patch)
tree0244783b15a9f737a6040712ca0e20514cff72f6 /docs
parent48e399a2854bc9e3ef89c87cfd7adbddff9b0dea (diff)
downloadmitmproxy-5d0f7e5c41f3c553b993162abaef32c44ac22781.tar.gz
mitmproxy-5d0f7e5c41f3c553b993162abaef32c44ac22781.tar.bz2
mitmproxy-5d0f7e5c41f3c553b993162abaef32c44ac22781.zip
clarify windows install docs
Diffstat (limited to 'docs')
-rw-r--r--docs/install.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/install.rst b/docs/install.rst
index 93b3c364..c10c1e01 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -35,7 +35,7 @@ Both executables are added to your PATH and can be invoked from the command
line.
.. note::
- mitmproxy's console interface is not supported on Windows, but you can use
+ Mitmproxy's console interface is not supported on Windows, but you can use
mitmweb (the web-based interface) and mitmdump.
.. _install-linux:
@@ -117,13 +117,13 @@ Make sure to have an up-to-date version of pip by running ``pip3 install -U pip`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. note::
- mitmproxy's console interface is not supported on Windows, but you can use
+ Mitmproxy's console interface is not supported on Windows, but you can use
mitmweb (the web-based interface) and mitmdump.
First, install the latest version of Python 3.5 or later from the `Python
website`_. During installation, make sure to select `Add Python to PATH`.
-Now, you can install mitmproxy by running
+Mitmproxy has no other dependencies on Windows. You can now install mitmproxy by running
.. code:: powershell