add note about python versions

pull/22966/head
Ryan 2009-06-11 13:40:25 +02:00
parent 452d3f1418
commit 728af1faa8
1 changed files with 3 additions and 3 deletions

View File

@ -170,9 +170,9 @@ Server running at http://127.0.0.1:8000/</pre>
Node eventually wants to support all POSIX operating systems Node eventually wants to support all POSIX operating systems
(including Windows with MinGW) but at the moment it is only being (including Windows with MinGW) but at the moment it is only being
tested on <b>Linux</b>, <b>Macintosh</b>, and <b>FreeBSD</b>. The tested on <b>Linux</b>, <b>Macintosh</b>, and <b>FreeBSD</b>. The
build system requires Python. V8, on which Node is built, build system requires Python 2.4 or better. V8, on which Node is
supports only IA-32 and ARM processors. V8 is included in the Node built, supports only IA-32 and ARM processors. V8 is included in the
distribution. There are no dependencies. Node distribution. There are no dependencies.
</p> </p>
<pre class="sh_none"> <pre class="sh_none">