From 728af1faa86ebb5130a3d9fee7f8bc3766f2129c Mon Sep 17 00:00:00 2001
From: Ryan
Date: Thu, 11 Jun 2009 13:40:25 +0200
Subject: [PATCH] add note about python versions
---
website/index.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/website/index.html b/website/index.html
index b48ab66967..df95946fd0 100644
--- a/website/index.html
+++ b/website/index.html
@@ -170,9 +170,9 @@ Server running at http://127.0.0.1:8000/
Node eventually wants to support all POSIX operating systems
(including Windows with MinGW) but at the moment it is only being
tested on Linux, Macintosh, and FreeBSD. The
- build system requires Python. V8, on which Node is built,
- supports only IA-32 and ARM processors. V8 is included in the Node
- distribution. There are no dependencies.
+ build system requires Python 2.4 or better. V8, on which Node is
+ built, supports only IA-32 and ARM processors. V8 is included in the
+ Node distribution. There are no dependencies.