diff --git a/ChangeLog b/ChangeLog
index 8b8255680dc18222447789be08bb56cc0e64b673..58eaf2b68f2e5d8f6f6deb82dc299b4d8d61538d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
-1999-06-26  Per Cederqvist  <ceder@lysator.liu.se>
+1999-06-27  Per Cederqvist  <ceder@lysator.liu.se>
 
 	* Release 2.0.0.
 
+	* README: Mention that Python is needed by the test suite.
+
+1999-06-26  Per Cederqvist  <ceder@lysator.liu.se>
+
 	Port the makefiles and test suite to FreeBSD.
 	* src/server/testsuite/Makefile.am (RM): Set it.
 	* src/server/Makefile.am (RM): Set it.
diff --git a/README b/README
index 5a73b2e4e12b0dd5eb0568d8f54c5c26a835b5b8..2215bb64fa55334bb4ef3bff10b40b35711c3719 100644
--- a/README
+++ b/README
@@ -84,10 +84,11 @@ AUTHORS			List of authors.
 	$ make check
 
       There should be no errors.  It is normal that some unsupported
-      tests are reported.  You need DejaGnu to run the test suite.  It
-      can be downloaded from
+      tests are reported.  You need DejaGnu 1.3 and Python to run the
+      test suite.  They can be downloaded from
 
 	ftp://prep.ai.mit.edu/pub/gnu/dejagnu-1.3.tar.gz
+	ftp://ftp.python.org/pub/python/src/py152.tar.gz
 
    5. Create a user that should own the database files.  This file
       assumes that the user is named "lyskom".