From: david-sarah Date: Tue, 11 May 2010 18:03:00 +0000 (-0700) Subject: Clarify quickstart instructions for installing pywin32 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=56aa72fb2d62fcb786a8171cd742e18c60f9ea83;p=tahoe-lafs%2Ftahoe-lafs.git Clarify quickstart instructions for installing pywin32 --- diff --git a/docs/quickstart.html b/docs/quickstart.html index 9a2c9086..0033cda4 100644 --- a/docs/quickstart.html +++ b/docs/quickstart.html @@ -19,7 +19,7 @@

Install Python

Check if you already have an adequate version of Python installed by running python -V. Python v2.4 (v2.4.2 or greater), Python v2.5 or Python v2.6 will work. 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 you are on Windows, you now must manually install the pywin32 package from the pywin32 site before getting Tahoe-LAFS.)

+

(If you are on Windows, you now must manually install the pywin32 package from the pywin32 site before getting Tahoe-LAFS. Make sure to get the correct file for the version of Python you are using — e.g. ending in "py2.5.exe" for Python 2.5. If using 64-bit Windows, the file should have "win-amd64" in its name.)

Get Tahoe-LAFS