From 5e060fd1a8e2f36e7b2a3a0297e1301d89231365 Mon Sep 17 00:00:00 2001 From: Bryn Keller Date: Mon, 2 May 2016 13:32:02 -0700 Subject: Updated to show Linux and Mac both working for 2.7 and 3.5 --- python/README.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/python/README.rst b/python/README.rst index 9f7fe41..792fc6e 100644 --- a/python/README.rst +++ b/python/README.rst @@ -58,8 +58,15 @@ python setup.py install This will install PHAT for whatever Python installation your `python` executable is associated with. Please ensure you use the `pip` that comes from the same directory where your `python` executable lives! -Currently, the PHAT Python bindings are known to work on Linux with Python 2.7 and Python 3.5. -Other configurations are untested but in progress. +Currently, the PHAT Python bindings are known to work on: + +* Linux with Python 2.7 (tested on Ubuntu 14.04 with system Python) +* Linux with Python 3.5 (tested on Ubuntu 14.04 with Anaconda) +* Mac OS X with Python 2.7 (tested on El Capitan with Anaconda) +* Mac OS X with Python 3.5 (tested on El Capitan with Anaconda) + +Other configurations are untested. + Please let us know if there is a platform you'd like us to support, we will do so if we can. Sample usage -- cgit v1.2.3