diff options
-rw-r--r-- | README.mkd | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,4 +1,8 @@ -[](https://travis-ci.org/mitmproxy/mitmproxy) [](https://coveralls.io/r/mitmproxy/mitmproxy) +[](https://travis-ci.org/mitmproxy/mitmproxy) [](https://coveralls.io/r/mitmproxy/mitmproxy) +[](https://pypi.python.org/pypi/mitmproxy/) +[](https://pypi.python.org/pypi/mitmproxy) +[](https://pypi.python.org/pypi/mitmproxy/) + __mitmproxy__ is an interactive, SSL-capable man-in-the-middle proxy for HTTP with a console interface. @@ -70,7 +74,7 @@ This installs the latest GitHub versions of mitmproxy, netlib and pathod into `m ### Testing -The test suite requires the `dev` extra requirements listed in [setup.py](https://github.com/mitmproxy/mitmproxy/blob/master/setup.py) and [pathod](http://pathod.net), version matching mitmproxy. Install these with: +The test suite requires the `dev` extra requirements listed in [setup.py](https://github.com/mitmproxy/mitmproxy/blob/master/setup.py). Install these with: `pip install "mitmproxy[dev]"` |