From c75f6807b6f2182b9a093407a5ed97bd79e81245 Mon Sep 17 00:00:00 2001 From: randyl Date: Wed, 29 Mar 2017 14:25:06 -0600 Subject: Correcting minor issues with the documentation Correcting some formatting and minor content changes. Change-Id: Idf75e8c6985bae9a2df26c54c559a20d46b6ac1f Signed-off-by: randyl --- docs/how-to-use/InstallSnaps.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/how-to-use/InstallSnaps.rst') 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 /snaps/ + sudo pip install -e /snaps/ The install should now be complete and you can start using the SNAPS-OO libraries. -- cgit 1.2.3-korg