diff options
| author | Aldo Cortesi <aldo@nullcube.com> | 2011-03-29 11:53:13 +1300 |
|---|---|---|
| committer | Aldo Cortesi <aldo@nullcube.com> | 2011-03-29 11:53:13 +1300 |
| commit | 60aa16fc56d67506886315818773d6fedddb2d4f (patch) | |
| tree | e781162edd5a370a0960339a00b4b0abf14f9f29 | |
| parent | d917cfd916a39f78f91d5960a017a02e5d83ba63 (diff) | |
| download | mitmproxy-60aa16fc56d67506886315818773d6fedddb2d4f.tar.gz mitmproxy-60aa16fc56d67506886315818773d6fedddb2d4f.tar.bz2 mitmproxy-60aa16fc56d67506886315818773d6fedddb2d4f.zip | |
Minor docs tweaks. Mention countershape.
| -rw-r--r-- | README.mkd | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -35,12 +35,15 @@ Source is hosted on github: Requirements ------------ -* A recent [Python](http://www.python.org) interpreter -* [openssl](http://www.openssl.org/) -* [urwid](http://excess.org/urwid/) version 0.9.8 or newer + +* [Python](http://www.python.org) 2.6.x or 2.7.x. +* [openssl](http://www.openssl.org/). Installed by default on most systems. +* [urwid](http://excess.org/urwid/) version 0.9.8 or newer. * The test suite uses the [pry](http://github.com/cortesi/pry) unit testing library. -* mitmproxy is tested and developed on OSX, Linux and OpenBSD. +* Rendering the documentation requires [countershape](http://github.com/cortesi/countershape). + +__mitmproxy__ is tested and developed on OSX, Linux and OpenBSD. You should also make sure that your console environment is set up with the following: |
