From 5eaaaee4b30c68cbd99d7549285f8e21b24d0926 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Tue, 1 Jan 2002 14:13:37 +0000 Subject: Update to mention Python 2.1.1 and Python 2.2 --- admin/www/download.ht | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/admin/www/download.ht b/admin/www/download.ht index 5f4837e92..3b80848f1 100644 --- a/admin/www/download.ht +++ b/admin/www/download.ht @@ -27,15 +27,16 @@ community know if you have success with this!) Before you can run Mailman, you need to make sure that Python is installed. Mailman 2.1 requires at least Python 2.0 and is known to work with Python versions -up to and including Python 2.2alpha. Most GNU/Linux systems come with -Python pre-installed, so you just need to make sure you're running an +up to and including Python 2.2. However, it is recommended that you use Python +2.1.1 or Python 2.2. Most GNU/Linux systems come with Python +pre-installed, so you just need to make sure you're running an up-to-date version. You can do this by executing the following at your shell's command line:
 % python -V
-Python 2.1
+Python 2.1.1
 
-- cgit v1.3.1