From e37bfa3c4e0c914579eaa14513d629351c94b7ba Mon Sep 17 00:00:00 2001 From: benoitc Date: Mon, 22 Mar 2010 22:32:08 +0100 Subject: [PATCH] fix requirement --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 11e925cc..112dbfb8 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ This is a port of Unicorn (http://unicorn.bogomips.org/) in Python. Meet us on ` Installation ------------ -Gunicorn requires Python 2.x superior to 2.5. +Gunicorn requires **Python 2.5 or newer** (Python 3.x will be supported soon). Install from sources::