Skip to content

Commit

Permalink
add note about python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Jun 11, 2009
1 parent 452d3f1 commit 728af1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/index.html
Expand Up @@ -170,9 +170,9 @@ <h2 id="build">Build</h2>
Node eventually wants to support all POSIX operating systems
(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
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.
</p>

<pre class="sh_none">
Expand Down

0 comments on commit 728af1f

Please sign in to comment.