Update install docs

Change-Id: I006943f6077c2a8556da42a1ada77e6f3ab8acf7
This commit is contained in:
Andrew Hutchings 2013-01-25 10:13:46 -08:00
parent bff4af8e90
commit a205a625fc
1 changed files with 9 additions and 1 deletions

View File

@ -6,7 +6,15 @@ From Ubuntu Package
.. code-block:: bash
sudo dpkg -i python-libraclient_1.0-1_all.deb
sudo apt-get install python-pip
sudo pip install python-novaclient requests --upgrade
sudo dpkg -i python-libraclient_1.2-1_all.deb
If the last command fails with an unmet dependency run this to fix it:
.. code-block:: bash
sudo apt-get -fy install
From Source
-----------