]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: edit install.html to warn Windows users away from Python v2.6
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 11 Jun 2009 22:55:06 +0000 (15:55 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 11 Jun 2009 22:55:06 +0000 (15:55 -0700)
docs/install.html

index ab645714607bedb03899e1f2ac85a481325774e8..24eea59087bdf687dba422254f0a36494c424b6a 100644 (file)
@@ -19,7 +19,7 @@
 
     <h2>Install Python</h2>
 
-    <p>Check if you already have an adequate version of Python installed by running <cite>python -V</cite>.  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 <a href="http://python.org/download/">the Python download page</a> to download and install Python v2.5.
+    <p>Check if you already have an adequate version of Python installed by running <cite>python -V</cite>.  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. If you use Python v2.6 on Windows you may need to compile your own extension modules using a Microsoft compiler -- if you use Python v2.5 on Windows you will not need to do that. 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://python.org/download/">the Python download page</a> to download and install Python v2.5.
 
     <h2>Get Tahoe</h2>