python-libraclient/doc/installation.rst
Andrew Hutchings 4b4f38576d Update installation docs
Change-Id: I08bba71c8513e7238b2c604b898243b10837af61
2013-02-20 10:31:04 +00:00

579 B

Installation

From Ubuntu Package

sudo apt-get install python-pip
sudo pip install python-novaclient --upgrade
sudo dpkg -i python-libraclient_1.2.2-1_all.deb

If the last command fails with an unmet dependency run this to fix it:

sudo apt-get -fy install

From Source

The python-setuptools package needs to be installed on your system before installing the client from source.

sudo apt-get install python-setuptools
sudo python setup.py install