docs: Update installation methods 83/46483/4
authorTaseer Ahmed <taseer94@gmail.com>
Tue, 31 Oct 2017 15:16:48 +0000 (20:16 +0500)
committerTaseer Ahmed <taseer94@gmail.com>
Tue, 31 Oct 2017 15:55:44 +0000 (20:55 +0500)
JIRA: SNAPS-193

Change-Id: Ibd42667023311ee2d61142063f4d301bad4ac5d7
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
docs/how-to-use/InstallSnaps.rst

index dc53ef0..f5e9cf8 100644 (file)
@@ -69,4 +69,12 @@ The "pip" command below needs to be executed as root, if you are not using a vir
    sudo pip install -e <path to repo>/snaps/
    (note: on CentOS 7 and Ubuntu 14.04 you may have to try the previous command several times)
 
+SNAPS is now hosted on the Python Package Manager (PyPI).
+
+::
+
+   pip install snaps
+
+This will install the stable Euphrates version.
+
 The install should now be complete and you can start using the SNAPS-OO libraries.