summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-01-05 16:44:11 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2012-01-05 16:44:22 +0100
commit760928bfad44119d8790311f63f8fcf64b59f836 (patch)
treebd66eb4f8f438c48c3288143ed55738b39e4fa6a /README.md
parentbaebd30eeec84d73617183be4b5be92557518d6c (diff)
downloadnode-new-760928bfad44119d8790311f63f8fcf64b59f836.tar.gz
docs: mention that python 2.6 or 2.7 is required
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c167589578..39e83321e5 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ Evented I/O for V8 javascript. [![Build Status](https://secure.travis-ci.org/joy
### To build:
-Unix/Macintosh (requires python >= 2.5.2):
+Unix/Macintosh (requires python 2.6 or 2.7):
./configure
make