summaryrefslogtreecommitdiff
path: root/python/README.rst
diff options
context:
space:
mode:
authorUlrich Bauer <mail@ulrich-bauer.org>2016-12-12 15:00:16 +0100
committerUlrich Bauer <mail@ulrich-bauer.org>2016-12-12 15:00:16 +0100
commitbb5407b3dfc05cdfef6d4260c81750926d882843 (patch)
tree303b1165ebe8ceabb131bffab345acebeaa5a3da /python/README.rst
parent2627c54de7891fbb5b9c3df72167d8c117058561 (diff)
parentd8ef50e225f7abfbf8d085c808e77857827e5274 (diff)
Merge commit 'd8ef50e225f7abfbf8d085c808e77857827e5274' into python-pr
* commit 'd8ef50e225f7abfbf8d085c808e77857827e5274': Added note that phat module can be installed with pip, without downloading source Updated readme.md to mention the Python bindings, set python bindings version number to 1.5.0 to match main project version
Diffstat (limited to 'python/README.rst')
-rw-r--r--python/README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/README.rst b/python/README.rst
index 7d9a1e6..0c6c391 100644
--- a/python/README.rst
+++ b/python/README.rst
@@ -43,6 +43,12 @@ the algorithm. We provide the following choices of representation classes:
Installation
------------
+If you wish to use the released version of PHAT, you can simply install from PyPI::
+
+ pip install phat
+
+Installation from Source
+------------------------
Suppose you have checked out the PHAT repository at location $PHAT. Then you can::
cd $PHAT