X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/aab4b1548045b19effcc261d272b75357e0f7402..eb5123b752433283261c4678f520102d1880c414:/docs/install.rst 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