aboutsummaryrefslogtreecommitdiffstats
path: root/README.mkd
diff options
context:
space:
mode:
Diffstat (limited to 'README.mkd')
-rw-r--r--README.mkd2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.mkd b/README.mkd
index a711d506..8f564d7f 100644
--- a/README.mkd
+++ b/README.mkd
@@ -55,6 +55,8 @@ The following components are needed if you plan to hack on mitmproxy:
framework and requires [pathod](http://pathod.org) and [flask](http://flask.pocoo.org/).
* Rendering the documentation requires [countershape](http://github.com/cortesi/countershape).
+For convenience, all dependencies save countershape, can be installed from pypi to a virtualenv with 'pip install -r requirements.txt'.
+
Please ensure that all patches are accompanied by matching changes in the test
suite. The project maintains 100% test coverage.