summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryn Keller <xoltar@xoltar.org>2016-12-08 18:14:18 -0800
committerBryn Keller <xoltar@xoltar.org>2016-12-08 18:14:18 -0800
commitd8ef50e225f7abfbf8d085c808e77857827e5274 (patch)
tree4cd70ecc915d4cd3c5e360284e19b16fb3d716a7
parentbeadd363d0a78cea8718a605ed1364feb790770c (diff)
Added note that phat module can be installed with pip, without downloading source
-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