]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
quickstart.html: warn against installing Python at a path containing spaces.
authordavid-sarah <david-sarah@jacaranda.org>
Fri, 4 Jun 2010 03:24:13 +0000 (20:24 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Fri, 4 Jun 2010 03:24:13 +0000 (20:24 -0700)
docs/quickstart.html

index 0033cda43494f0228fc9e60c8ba46a16ff4aad61..a32dbb73f04c7ff4aa7718bcd371b86d6e0bccf0 100644 (file)
 
     <h2>Install Python</h2>
 
-    <p>Check if you already have an adequate version of Python installed by running <cite>python -V</cite>.  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 <a href="http://www.python.org/download/releases/2.5.5/">the Python download page</a> to download and install Python v2.5.</p>
-    <p>(If you are on Windows, you now must manually install the pywin32 package from <a href="http://sourceforge.net/projects/pywin32/files/">the pywin32 site</a> before getting Tahoe-LAFS. Make sure to get the correct file for the version of Python you are using &mdash; 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.)</p>
+    <p>Check if you already have an adequate version of Python installed by running <cite>python -V</cite>.  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 <a href="http://www.python.org/download/releases/2.5.5/">the Python download page</a> 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 "<tt>Program Files</tt>" directory).</p>
+    <p>If you are on Windows, you now must manually install the pywin32 package from <a href="http://sourceforge.net/projects/pywin32/files/">the pywin32 site</a> before getting Tahoe-LAFS. Make sure to get the correct file for the version of Python you are using &mdash; 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.</p>
 
     <h2>Get Tahoe-LAFS</h2>
 
-      <p>Download the 1.6.1 release zip file:</p>
+      <p>Download the 1.7 beta zip file:</p>
 
       <pre><a
-      href="http://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.6.1.zip">http://allmydata.org/source/tahoe-lafs/releases/allmydata-tahoe-1.6.1.zip</a></pre>
+      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</a></pre>
 
     <h2>Set Up Tahoe-LAFS</h2>