Stephen Finucane c1c6a0e916 docs: Replace/remove shade-specific docs
Lots of minor tweaks, none of them worthy of their own change.

Change-Id: Iba8649b8e12f367760849fd185cf76b94b703706
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2023-05-30 10:28:59 +01:00

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