Files
python-libraclient/doc/installation.rst
Andrew Hutchings a205a625fc Update install docs
Change-Id: I006943f6077c2a8556da42a1ada77e6f3ab8acf7
2013-01-25 10:13:46 -08:00

29 lines
586 B
ReStructuredText

Installation
============
From Ubuntu Package
-------------------
.. code-block:: bash
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
-----------
The python-setuptools package needs to be installed on your system before
installing the client from source.
.. code-block:: bash
sudo apt-get install python-setuptools
sudo python setup.py install