python-cratonclient/doc/source/installation.rst
Ian Cordasco 75c3531c43 Add user documentation for the Python API
Most of the copy is duplicated except for the places where it matters.
This allows for any page of this documentation to be page one. If
someone only cares about using hosts first, they can go directly there
and start listing hosts, creating them, etc. without much other
prompting.

Change-Id: Id621947af5d4c3ca53af24904f5f16d3d88bc8b8
2017-03-17 12:57:17 -05:00

470 B

Installation

Note

There has not been a stable release of python-cratonclient to PyPI yet. To install the current version in development use:

pip install git+https://git.openstack.org/openstack/python-cratonclient

At the command line:

$ pip install python-cratonclient

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv python-cratonclient
$ pip install python-cratonclient