diff options
| author | bwarsaw | 2002-01-01 14:13:37 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-01-01 14:13:37 +0000 |
| commit | 5eaaaee4b30c68cbd99d7549285f8e21b24d0926 (patch) | |
| tree | bef19e77e3c4d47dae1f8c7475b65eb4f23c795f /admin | |
| parent | bbbe1204bef3eecc15a6a77517849280b94ed84a (diff) | |
| download | mailman-5eaaaee4b30c68cbd99d7549285f8e21b24d0926.tar.gz mailman-5eaaaee4b30c68cbd99d7549285f8e21b24d0926.tar.zst mailman-5eaaaee4b30c68cbd99d7549285f8e21b24d0926.zip | |
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/www/download.ht | 7 |
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> |
