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

586 B

Installation

From Ubuntu Package

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:

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