python-cratonclient/doc/source/installation.rst
Ian Cordasco 4c4f679fbd Add documentation for using Craton Python API
This adds some basic documentation describing how to authenticate
against Craton and provides some preliminary auto-generated
documentation of objects.

Change-Id: I2692a80785662e3193e56b62ed78cbe8de9f6e51
2016-11-15 15:26:48 -06:00

13 lines
231 B
ReStructuredText

==============
Installation
==============
At the command line::
$ pip install python-cratonclient
Or, if you have virtualenvwrapper installed::
$ mkvirtualenv python-cratonclient
$ pip install python-cratonclient