From 9835e9cb4ec5fc9d64580e4aff200545f6c4a90f Mon Sep 17 00:00:00 2001 From: Andrew Adams Date: Mon, 3 Aug 2015 10:33:08 -0700 Subject: [PATCH] Update read (now tested on OS X) --- python_bindings/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_bindings/readme.md b/python_bindings/readme.md index cbe7799cd930..2e4be4a098ab 100644 --- a/python_bindings/readme.md +++ b/python_bindings/readme.md @@ -5,7 +5,7 @@ The bindings (and demonstration applications) should work well both for python2.7 and python3.4 (or higher), and across platforms. -(Currently only been tested on Ubuntu 14.04, python3.4, a Halide source build). +(Currently only tested on Ubuntu 14.04 and OS X 10.10 with python3.4 and a Halide source build). #### Python requirements: See requirements.txt (to be used with `pip`: `pip install --user requirements.txt`)