From 760928bfad44119d8790311f63f8fcf64b59f836 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Thu, 5 Jan 2012 16:44:11 +0100 Subject: [PATCH] docs: mention that python 2.6 or 2.7 is required --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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