From: Zooko O'Whielacronx Date: Sun, 26 Jul 2009 13:34:52 +0000 (-0700) Subject: docs: mention pywin32 earlier X-Git-Tag: allmydata-tahoe-1.5.0~12 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=4ff97e6fbcad8327ae1c274e51b241fa43b7fb49;p=tahoe-lafs%2Ftahoe-lafs.git docs: mention pywin32 earlier --- diff --git a/docs/install.html b/docs/install.html index bd5c3674..a83d04f5 100644 --- a/docs/install.html +++ b/docs/install.html @@ -19,7 +19,8 @@

Install Python

-

Check if you already have an adequate version of Python installed by running python -V. Python v2.5 is best. Python v2.4 (v2.4.2 or greater) or Python v2.6 should also work, although Tahoe isn't as well-tested on them as it is on Python v2.5. Python v3 does not work. If you don't have one of these versions of Python installed, then follow the instructions on the Python download page to download and install Python v2.5. +

Check if you already have an adequate version of Python installed by running python -V. Python v2.5 is best. Python v2.4 (v2.4.2 or greater) or Python v2.6 should also work, although Tahoe isn't as well-tested on them as it is on Python v2.5. Python v3 does not work. If you don't have one of these versions of Python installed, then follow the instructions on the Python download page to download and install Python v2.5.

+

(If installing on Windows, you now need to manually install the pywin32 package -- see "More Details" below.)

Get Tahoe