summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2013-03-08 11:46:42 -0800
committerJordan Justen <jordan.l.justen@intel.com>2013-03-10 15:20:27 -0700
commit015bcb9cdd9b170d848e430949d8272b79d0158f (patch)
tree8f9eb0a705da4058feb0d0e51467133fad02498d /README
parenta1742fa53d79ba4d392ff8f43352c278389316f8 (diff)
Bumps python required version to 2.7
This change is in preparation for the next patch that replaces getopt with argparse. Argparse is only available in python 2.7+ and 3.2+. One concern with this change is the availability of Python 2.7 on non-Linux platforms, however: - OSX 10.8 ships with python 2.7.2 - OSX 10.7.4 ships with python 2.7.1 - 2.7.3 is available for windows V2: - Splits this change from the next patch (Replaces getopt with argparse) Signed-off-by: Dylan Baker <baker.dylan.c@gmail.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 68108c94d..69f9e9bbd 100644
--- a/README
+++ b/README
@@ -29,7 +29,7 @@ The original tests have been taken from
First of all, you need to make sure that the following are installed:
- - Python 2.6 or greater
+ - Python 2.7 or greater
- numpy (http://www.numpy.org)
- cmake (http://www.cmake.org)
- GL, glu and glut libraries and development packages (i.e. headers)