summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryn Keller <xoltar@xoltar.org>2016-05-02 13:32:02 -0700
committerBryn Keller <xoltar@xoltar.org>2016-05-02 13:32:02 -0700
commit5e060fd1a8e2f36e7b2a3a0297e1301d89231365 (patch)
tree0530cbfc7b1df2c1bac441165aad1fbad8daf4d1
parenta0d647b35e2cd7702eaffbd2074cb2914c6383cd (diff)
Updated to show Linux and Mac both working for 2.7 and 3.5
-rw-r--r--python/README.rst11
1 files 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