clarify that python3 does not work

Contributed-by: slowhog
Reviewed-by: asquare
This commit is contained in:
akhil 2013-12-09 16:02:57 -08:00
parent b574f56c6d
commit eead507948

2
README
View File

@ -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