From d8ef50e225f7abfbf8d085c808e77857827e5274 Mon Sep 17 00:00:00 2001 From: Bryn Keller Date: Thu, 8 Dec 2016 18:14:18 -0800 Subject: Added note that phat module can be installed with pip, without downloading source --- python/README.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3