summaryrefslogtreecommitdiffstats
path: root/docs/how-to-use/InstallSnaps.rst
diff options
context:
space:
mode:
authorrandyl <r.levensalor@cablelabs.com>2017-03-29 14:25:06 -0600
committerrandyl <r.levensalor@cablelabs.com>2017-03-29 14:25:06 -0600
commitc75f6807b6f2182b9a093407a5ed97bd79e81245 (patch)
treeb16a8b6c58c78e182f719ce7321ce52a2d442c27 /docs/how-to-use/InstallSnaps.rst
parentb13ca832ffc24920a7c8ca637f7c468c1306a374 (diff)
Correcting minor issues with the documentation
Correcting some formatting and minor content changes. Change-Id: Idf75e8c6985bae9a2df26c54c559a20d46b6ac1f Signed-off-by: randyl <r.levensalor@cablelabs.com>
Diffstat (limited to 'docs/how-to-use/InstallSnaps.rst')
-rw-r--r--docs/how-to-use/InstallSnaps.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/how-to-use/InstallSnaps.rst b/docs/how-to-use/InstallSnaps.rst
index 9412579..cce06a0 100644
--- a/docs/how-to-use/InstallSnaps.rst
+++ b/docs/how-to-use/InstallSnaps.rst
@@ -17,13 +17,13 @@ CentOS 7
::
- # yum install -7 git gcc python-pip python-devel openssl-devel
+ sudo yum install -7 git gcc python-pip python-devel openssl-devel
Ubuntu
------
::
- # apt-get install git python2.7-dev libssl-dev
+ sudo apt-get install git python2.7-dev libssl-dev
Optional: Setup a Python virtual environment
--------------------------------------------
@@ -39,6 +39,6 @@ The "pip" command below needs to be executed as root, if you are not using a vir
::
- # pip install -e <path to repo>/snaps/
+ sudo pip install -e <path to repo>/snaps/
The install should now be complete and you can start using the SNAPS-OO libraries.