Mercurial > p > roundup > code
diff INSTALL.txt @ 503:25f2a3405739
Fix requirements in INSTALL.
Fix MIGRATION 0.3 to 0.4 select_db.py is not mentioned.
| author | Engelbert Gruber <grubert@users.sourceforge.net> |
|---|---|
| date | Tue, 08 Jan 2002 12:10:22 +0000 |
| parents | 9d97c1a4ddad |
| children | 43046d1b2dd5 |
line wrap: on
line diff
--- a/INSTALL.txt Tue Jan 08 11:57:12 2002 +0000 +++ b/INSTALL.txt Tue Jan 08 12:10:22 2002 +0000 @@ -4,16 +4,15 @@ Installation =============== These instructions work on redhat 6.2 and mandrake 8.0 - with the caveat -that these systems don't come with python 2.0 or newer installed, so you'll +that these systems don't come with python 2.1.1 or newer installed, so you'll have to upgrade python before this stuff will work. Prerequisites ------------- -Either: - . Python 2.0 with pydoc installed. See http://www.lfw.org/ for pydoc. -or - . Python 2.1 +Python 2.1.1 or newer. + +Note: Python 2.1.1 shipped with SuSE7.3 might miss module _weakref. You will need either the anydbm or bsddb module. @@ -24,7 +23,6 @@ Run "python -c 'import test;test.go()'" and make sure there's no errors. If there are errors, please let us know! - Installing the Software -----------------------
