@@ -31,7 +31,7 @@ Roundup scripts
3131Prerequisites
3232=============
3333
34- Roundup requires Python 2.5 or newer (but not Python 3) with a functioning
34+ Roundup requires Python 2.7 or newer (but not Python 3) with a functioning
3535anydbm module. Download the latest version from http://www.python.org/.
3636It is highly recommended that users install the latest patch version
3737of python as these contain many fixes to serious bugs.
@@ -59,7 +59,7 @@ Timezone Definitions
5959 which brings the `Olson tz database`_ into Python. If pytz_ is not
6060 installed, timezones may be specified as numeric hour offsets only.
6161 This is optional but strongly suggested.
62-
62+
6363An RDBMS
6464 Sqlite, MySQL and Postgresql are all supported by Roundup and will be
6565 used if available. One of these is recommended if you are anticipating a
@@ -296,7 +296,7 @@ Configuring your first tracker
296296
297297 to run the server at port 1080 and bind to all ip addresses on your system.
298298 Then direct your web browser to ``http://your_host_name:1080/support``.
299-
299+
300300Choosing Your Template
301301----------------------
302302
@@ -1089,9 +1089,8 @@ source directory and make sure there are no errors. If there are errors,
10891089please let us know!
10901090
10911091If the above fails, you may be using the wrong version of python. Try
1092- ``python2 run_tests.py`` or ``python2.X run_tests.py`` where ``X`` is in
1093- the set 3,4,5,6 depending on the version(s) of python installed.
1094- If that works, you will need to substitute ``python2`` or ``python2.X``
1092+ ``python2 run_tests.py`` or ``python2.7 run_tests.py``.
1093+ If that works, you will need to substitute ``python2`` or ``python2.7``
10951094for ``python`` in all further commands you use in relation to Roundup --
10961095from installation and scripts.
10971096
0 commit comments