Mercurial > p > roundup > code
diff doc/installation.txt @ 4672:e90909162a79
Fix installation docs for correct python version
Fix installation documentation (section Prerequisites) to require at
least python 2.5, thanks to John P. Rouillard for discovering this.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Sat, 17 Nov 2012 10:48:24 +0100 |
| parents | bce631d8f24d |
| children | 4e740f02e165 |
line wrap: on
line diff
--- a/doc/installation.txt Wed Oct 17 15:32:41 2012 +0200 +++ b/doc/installation.txt Sat Nov 17 10:48:24 2012 +0100 @@ -30,7 +30,7 @@ Prerequisites ============= -Roundup requires Python 2.3 or newer (but not Python 3) with a functioning +Roundup requires Python 2.5 or newer (but not Python 3) with a functioning anydbm module. Download the latest version from http://www.python.org/. It is highly recommended that users install the latest patch version of python as these contain many fixes to serious bugs.
