
Lots of minor tweaks, none of them worthy of their own change. Change-Id: Iba8649b8e12f367760849fd185cf76b94b703706 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
18 lines
360 B
ReStructuredText
18 lines
360 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
|