Files
python-libraclient/doc/installation.rst
Andrew Hutchings 4afbb000db Fix install documentation
Change-Id: Iae8e327603ce030ec36378dd525017dec9e15ba8
2013-01-18 16:10:01 +00:00

371 B

Installation

From Ubuntu Package

sudo dpkg -i python-libraclient_1.0-1_all.deb

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