X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Ftahoe-lafs.git;a=blobdiff_plain;f=docs%2Fquickstart.rst;fp=docs%2Fquickstart.rst;h=50f7f947377a9ff7239abaf36fcf5b36ea04448d;hp=ebef68b499a82a4b412b5cbdbb412d28f9cf95dc;hb=71c62b3256a7d84cdd7ec76cc696f73b19a75606;hpb=90b574e95ce579dd87633091358a79b21370bb45 diff --git a/docs/quickstart.rst b/docs/quickstart.rst index ebef68b4..50f7f947 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -31,13 +31,12 @@ Install Python -------------- Check if you already have an adequate version of Python installed by running -``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). +``python -V``. The latest version of Python v2.7 is recommended. Python +v2.6.x and v3 do 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/