aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-04-29 22:13:47 +1200
committerAldo Cortesi <aldo@nullcube.com>2012-04-29 22:13:47 +1200
commit5d6bd3291edb690a80bcbc8183995343fbd910f4 (patch)
tree56a3a3ebde3ad2abc7e927a979f0bb6e73445995
parent8b02ebe2a4ff4a6f9c06c87afb22b7e007e92194 (diff)
downloadmitmproxy-5d6bd3291edb690a80bcbc8183995343fbd910f4.tar.gz
mitmproxy-5d6bd3291edb690a80bcbc8183995343fbd910f4.tar.bz2
mitmproxy-5d6bd3291edb690a80bcbc8183995343fbd910f4.zip
Docs.
-rw-r--r--README.mkd6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.mkd b/README.mkd
index 9ea50665..0d4143f4 100644
--- a/README.mkd
+++ b/README.mkd
@@ -233,10 +233,14 @@ Supported data types are:
bytes
-# Inastalling
+# Installing
__pathod__ requires Tornado 2.2.1 or later. If you already have __pip__ on your
system, installing __pathod__ and its dependencies is dead simple:
pip install pathod
+The project uses the __pry__ unit testing framework, which you can get here:
+
+ http://github.com/cortesi/pry
+