diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2012-01-05 16:44:11 +0100 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2012-01-05 16:44:22 +0100 |
commit | 760928bfad44119d8790311f63f8fcf64b59f836 (patch) | |
tree | bd66eb4f8f438c48c3288143ed55738b39e4fa6a /README.md | |
parent | baebd30eeec84d73617183be4b5be92557518d6c (diff) | |
download | node-new-760928bfad44119d8790311f63f8fcf64b59f836.tar.gz |
docs: mention that python 2.6 or 2.7 is required
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |