Code

Note the version that is known to work.
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 21 May 2002 05:55:05 +0000 (05:55 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 21 May 2002 05:55:05 +0000 (05:55 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@740 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/installation.txt

index e2de5e0ec08bbb768b937a4b6abc8c2aa48ad845..33113a9faa9a59d7c6f08e4910447328aa242f19 100644 (file)
@@ -2,7 +2,7 @@
 Installing Roundup
 ==================
 
-:Version: $Revision: 1.4 $
+:Version: $Revision: 1.5 $
 
 .. contents::
 
@@ -54,9 +54,11 @@ class as soon as the instance is created.
 Prerequisites
 =============
 
-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
+latest version from http://www.python.org/.
 
-Download the latest version from http://www.python.org/.
+If you want to use Berkeley DB bsddb3 with Roundup, use version 3.3.0 or
+later. Download the latest version from http://pybsddb.sourceforge.net/.
 
 
 Testing your Python