diff options
Diffstat (limited to 'README.mkd')
-rw-r--r-- | README.mkd | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -1,7 +1,9 @@ -[](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/) +[](https://travis-ci.org/mitmproxy/mitmproxy) +[](https://landscape.io/github/mitmproxy/mitmproxy/master) +[](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 @@ -75,6 +77,10 @@ command: ```$ mitmdump --version``` +For convenience, the project includes an +[autoenv](https://github.com/kennethreitz/autoenv) file +([.env](https://github.com/mitmproxy/mitmproxy/blob/master/.env)) that +auto-activates the virtualenv when you cd into the mitmproxy directory. ### Testing |