comparison doc/installation.txt @ 7350:0848b3d7de28

change to python 3.6+ supported from 3.4+
author John Rouillard <rouilj@ieee.org>
date Tue, 16 May 2023 00:51:41 -0400
parents 2c5af1c920fc
children 692242b3effd
comparison
equal deleted inserted replaced
7349:17ce2f368e88 7350:0848b3d7de28
170 can remove the tracker using ``rm -f`` on the ``demo`` directory. 170 can remove the tracker using ``rm -f`` on the ``demo`` directory.
171 171
172 Prerequisites 172 Prerequisites
173 ============= 173 =============
174 174
175 Roundup requires Python 2.7 or 3.4 or newer with a functioning anydbm 175 Roundup requires Python 2.7 or 3.6 or newer with a functioning anydbm
176 or sqlite module. The version installed by most vendors should work if 176 or sqlite module. The version installed by most vendors should work if
177 it meets the version requirements. If necessary, you can download the 177 it meets the version requirements. If necessary, you can download the
178 latest version from https://www.python.org/. It is highly recommended 178 latest version from https://www.python.org/. It is highly recommended
179 that users install the latest patch version of Python as these contain 179 that users install the latest patch version of Python as these contain
180 many fixes to serious bugs. 180 many fixes to serious bugs.

Roundup Issue Tracker: http://roundup-tracker.org/