From eb5123b752433283261c4678f520102d1880c414 Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos Date: Mon, 21 Jan 2013 15:05:36 +0200 Subject: [PATCH] Fix typos in install section of the documentation Credits go to Alex Pyrgiotis --- docs/install.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 79e3864..9cf0e6b 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -88,7 +88,7 @@ In Ubuntu you can do this using: .. code-block:: console - $ apt-get install python-setuptools python-guestfs python-dialog \ + $ sudo apt-get install python-setuptools python-guestfs python-dialog \ python-sendfile python-parted rsync If you are using Ubuntu 12.10 you also need to install libguestfs-tools: @@ -115,7 +115,7 @@ For Ubuntu use the following command: .. code-block:: console - $ apt-get install python-virtualenv + $ sudo apt-get install python-virtualenv Then create a new python virtual environment: @@ -140,7 +140,7 @@ kamaki Installation Refer to `./kamaki documentation `_ for instructions. You may install kamaki from source inside the virtualenv -you've crated above or by using binary packages if they are available for your +you've created above or by using binary packages if they are available for your distribution. snf-image-creator Installation @@ -154,7 +154,7 @@ inside the virtualenv using the following commands: $ tar -xf snf_image_creator-.tar.gz $ cd snf_image_creator- - $ python ./setup install + $ python ./setup.py install Alternatively, you can install the bleeding edge version of the software by cloning its git repository: @@ -170,7 +170,7 @@ For ubuntu this can be done using: .. code-block:: console - $ apt-get install git + $ sudo apt-get install git .. warning:: Keep in mind that the bleeding edge version may be unstable or even -- 1.7.10.4