From 56aa72fb2d62fcb786a8171cd742e18c60f9ea83 Mon Sep 17 00:00:00 2001 From: david-sarah Date: Tue, 11 May 2010 11:03:00 -0700 Subject: [PATCH] Clarify quickstart instructions for installing pywin32 --- docs/quickstart.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

-- 2.45.2