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
