Files
openstacksdk/doc/source/install/index.rst
Stephen Finucane f280f7cdd6 docs: Add intro doc to user guide
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>
2021-03-24 13:46:10 +00:00

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