mirror of
https://opendev.org/x/pyghmi
synced 2025-01-15 12:17:44 +00:00
ead5aa1531
* Switched to Sphinx openstacktheme * Rearranged docs along the OpenStack project lines * Add Sphinx docs building job * Added tox docs job Change-Id: I069d3a95b90bc798b1dcc0331d6e24a6c08d1317
18 lines
281 B
ReStructuredText
18 lines
281 B
ReStructuredText
.. _installation:
|
|
|
|
Installation
|
|
============
|
|
|
|
The pyghmi Python package can be downloaded and installed with *pip*:
|
|
|
|
.. code-block:: bash
|
|
|
|
$ pip install pyhgmi
|
|
|
|
Or, if you have virtualenvwrapper installed:
|
|
|
|
.. code-block:: bash
|
|
|
|
$ mkvirtualenv pyghmi
|
|
$ pip install pyghmi
|