Fixed 'Requirements' in README

This commit is contained in:
Thomas Roth 2010-02-24 18:32:59 +01:00
parent 22b77e32cd
commit bfa8532bb9
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -6,7 +6,6 @@ things programmatically.
By default, mitmproxy starts up with a mutt-like interactive curses interface -
the help page (which you can view by pressing "?") should tell you everything
you need to know. Note that requests and responses are stored in-memory until
* A recent [Python](http://www.python.org) interpreter.
you delete them, so leaving mitmproxy running indefinitely or requesting very
large amounts of data through it is a bad idea.
@ -35,6 +34,7 @@ Source is hosted here: http://github.com/cortesi/mitmproxy
Requirements
------------
* A recent [Python](http://www.python.org) interpreter.
* SSL certificates are generated using [openssl](http://www.openssl.org/)
* The curses interface relies on a current version of the
[urwid](http://excess.org/urwid/) library.