From eead507948ce89bdd8b819bf3257fbd55538dfc7 Mon Sep 17 00:00:00 2001 From: akhil Date: Mon, 9 Dec 2013 16:02:57 -0800 Subject: [PATCH] clarify that python3 does not work Contributed-by: slowhog Reviewed-by: asquare --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 1c68f69..844ff9a 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ Build Instructions 1. Install jdk8, ant and python a) Install the latest jdk8 build from http://jdk8.java.net/download.html (b119+) b) Ensure ant is installed and ant -version is 1.8+ - c) Ensure python is installed and python --version is 2.7.5+ + c) Ensure python is installed and python --version is 2.7.5+ (python3 does not work) 2. Download node.js a) git clone https://github.com/joyent/node.git source