From: Daira Hopwood <david-sarah@jacaranda.org>
Date: Thu, 18 Apr 2013 03:30:19 +0000 (+0100)
Subject: docs/quickstart.rst: update recommended Python version.
X-Git-Tag: allmydata-tahoe-1.10b1~3
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/statistics?a=commitdiff_plain;h=f51f31999896d31583de26d5662745a195684a43;p=tahoe-lafs%2Ftahoe-lafs.git

docs/quickstart.rst: update recommended Python version.

Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
---

diff --git a/docs/quickstart.rst b/docs/quickstart.rst
index c7a6fe25..236979b2 100644
--- a/docs/quickstart.rst
+++ b/docs/quickstart.rst
@@ -31,12 +31,12 @@ Install Python
 --------------
 
 Check if you already have an adequate version of Python installed by running
-``python -V``. Python v2.4 (v2.4.4 or greater), Python v2.5, Python v2.6, or
-Python v2.7 will work. Python v3 does not work. On Windows, we recommend the
-use of native Python, not Cygwin. If you don't have one of these versions of
-Python installed, download and install `Python v2.7`_. 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).
+``python -V``. Python v2.6 (v2.6.6 or greater recommended) or Python v2.7 will
+work. Python v3 does not work. On Windows, we recommend the use of native
+Python v2.7, not Cygwin Python. If you don't have one of these versions of
+Python installed, download and install `Python v2.7`_. 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).
 
 .. _Python v2.7: http://www.python.org/download/releases/2.7.2/