
This is essentially a repeat of content from the recently updated README. We simply duplicate it rather than using complicated includes because $effort. Change-Id: If41a6b2d43d00e5bd78f6b2bd5bf33fa4a5d38d5 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
19 lines
379 B
ReStructuredText
19 lines
379 B
ReStructuredText
==================
|
|
Installation guide
|
|
==================
|
|
|
|
The OpenStack SDK is available on `PyPI`__ under the name **openstacksdk**. To
|
|
install it, use ``pip``:
|
|
|
|
.. code-block:: bash
|
|
|
|
$ pip install openstacksdk
|
|
|
|
To check the installed version you can call the module with:
|
|
|
|
.. code-block:: bash
|
|
|
|
$ python -m openstack version
|
|
|
|
.. __: https://pypi.org/project/openstacksdk
|