X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=docs%2Fquickstart.rst;h=ebef68b499a82a4b412b5cbdbb412d28f9cf95dc;hb=000c148ad8af7f8df3b6093cacac15cfca5a1c03;hp=d7161123b079d98c6b9a6cd18d6ad09cbd5ff1a5;hpb=d349f0710b2216cbe854482fd3e95371490670d3;p=tahoe-lafs%2Ftahoe-lafs.git diff --git a/docs/quickstart.rst b/docs/quickstart.rst index d7161123..ebef68b4 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -31,13 +31,13 @@ Install Python -------------- Check if you already have an adequate version of Python installed by running -``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 the latest version of -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``. The latest version of Python v2.7 is recommended. Python v2.6.x +is no longer officially supported, but might still 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 the latest version of 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). .. _download: https://www.python.org/downloads/