From 438bc675488ff5e7688adfc6893d4cfe7f7137e4 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Tue, 24 Mar 2009 20:54:59 -0700 Subject: [PATCH] docs: setup: Norm Hardy suggested that it would be easier if users realized that they already had Python (especially true for Mac users) --- docs/install.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/install.html b/docs/install.html index f873b0cd..bf7f2ce0 100644 --- a/docs/install.html +++ b/docs/install.html @@ -20,7 +20,8 @@

Install Python

-

Follow the instructions on the Python download page to download and install Python v2.5. (Python v2.4.2 or greater or Python v2.6 or greater should also work, although Tahoe isn't as well-tested on them as it is on Python v2.5. Python v3 does not work.) +

Check if you already have an adequate version of Python installed by running python -V. Python v2.5 is best. Python v2.4.2 or greater or Python v2.6.0 or greater 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 a proper version of Python installed, then follow the instructions on the Python download page to download and install Python v2.5.

Get Tahoe

-- 2.45.2