Files
python-libraclient/doc/installation.rst
Andrew Hutchings bd67e636e9 Update documentation
Change-Id: I403914be44a586fc0a9a42cc35dfea1bb7ace9ec
2013-01-10 15:22:05 +00:00

20 lines
315 B
ReStructuredText

Installation
============
From Ubuntu Package
-------------------
.. code-block:: bash
sudo dpkg -i python-libraclient
From Source
-----------
The python-setuptools package needs to be installed on your system before
installing the client from source.
.. code-block:: bash
sudo python setup.py install