From aa258b5800629882ff931574e200f088ff0f63b9 Mon Sep 17 00:00:00 2001 From: david-sarah Date: Thu, 3 Jun 2010 20:24:13 -0700 Subject: [PATCH] quickstart.html: warn against installing Python at a path containing spaces. --- docs/quickstart.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/quickstart.html b/docs/quickstart.html index 0033cda4..a32dbb73 100644 --- a/docs/quickstart.html +++ b/docs/quickstart.html @@ -18,15 +18,15 @@

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. 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.)

+

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. Make sure that the path to the installation directory has no spaces in it (e.g. on Windows, do not install Python in the "Program Files" directory).

+

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

-

Download the 1.6.1 release zip file:

+

Download the 1.7 beta zip file:

http://allmydata.org/source/tahoe-lafs/releases/allmydata-tahoe-1.6.1.zip
+ href="http://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.7beta.zip">http://allmydata.org/source/tahoe-lafs/releases/allmydata-tahoe-1.7beta.zip

Set Up Tahoe-LAFS

-- 2.45.2