summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--admin/www/download.ht7
1 files 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</a> if you have success with this!)
Before you can run Mailman, you need to make sure that
<a href="http://www.python.org/">Python</a> 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:
<blockquote>
<pre>
% python -V
-Python 2.1
+Python 2.1.1
</pre>
</blockquote>