We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b5db4 commit 91344e2Copy full SHA for 91344e2
doc/installation.txt
@@ -2,7 +2,7 @@
2
Installing Roundup
3
==================
4
5
-:Version: $Revision: 1.4 $
+:Version: $Revision: 1.5 $
6
7
.. contents::
8
@@ -54,9 +54,11 @@ class as soon as the instance is created.
54
Prerequisites
55
=============
56
57
-Python 2.1.1 or newer with a functioning anydbm or bsddb module.
+Python 2.1.1 or newer with a functioning anydbm or bsddb module. Download the
58
+latest version from http://www.python.org/.
59
-Download the latest version from http://www.python.org/.
60
+If you want to use Berkeley DB bsddb3 with Roundup, use version 3.3.0 or
61
+later. Download the latest version from http://pybsddb.sourceforge.net/.
62
63
64
Testing your Python
0 commit comments