
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
22 lines
470 B
ReStructuredText
22 lines
470 B
ReStructuredText
==============
|
|
Installation
|
|
==============
|
|
|
|
.. note::
|
|
|
|
There has not been a stable release of python-cratonclient to PyPI yet. To
|
|
install the current version in development use:
|
|
|
|
.. code::
|
|
|
|
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
|