From 2ffdaefbcb7a3471c548c0584003c9cbffa1d625 Mon Sep 17 00:00:00 2001 From: Matei Zaharia Date: Wed, 15 Jan 2014 14:20:39 -0800 Subject: Clarify that Python 2.7 is only needed for MLlib --- docs/mllib-guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/mllib-guide.md') diff --git a/docs/mllib-guide.md b/docs/mllib-guide.md index 1a5c640d10..a22a22184b 100644 --- a/docs/mllib-guide.md +++ b/docs/mllib-guide.md @@ -21,7 +21,8 @@ depends on native Fortran routines. You may need to install the if it is not already present on your nodes. MLlib will throw a linking error if it cannot detect these libraries automatically. -To use MLlib in Python, you will also need [NumPy](http://www.numpy.org) version 1.7 or newer. +To use MLlib in Python, you will need [NumPy](http://www.numpy.org) version 1.7 or newer +and Python 2.7. # Binary Classification -- cgit v1.2.3