diff options
author | Taseer Ahmed <taseer94@gmail.com> | 2017-10-31 20:16:48 +0500 |
---|---|---|
committer | Taseer Ahmed <taseer94@gmail.com> | 2017-10-31 20:55:44 +0500 |
commit | 7ddff3c75481b3c3d1b9cd39b88ed875a168d67d (patch) | |
tree | f19a14c9301e9686dcbefadb2ab0473a7e9c7cc4 /docs | |
parent | b20a368daa581e3f649ac5a772da31cd09fdb484 (diff) |
docs: Update installation methods
JIRA: SNAPS-193
Change-Id: Ibd42667023311ee2d61142063f4d301bad4ac5d7
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/how-to-use/InstallSnaps.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/how-to-use/InstallSnaps.rst b/docs/how-to-use/InstallSnaps.rst index dc53ef0..f5e9cf8 100644 --- a/docs/how-to-use/InstallSnaps.rst +++ b/docs/how-to-use/InstallSnaps.rst @@ -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. |