File: index.rst

package info (click to toggle)
python-openstacksdk 4.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,352 kB
  • sloc: python: 122,960; sh: 153; makefile: 23
file content (17 lines) | stat: -rw-r--r-- 360 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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