2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-15 04:07:48 +00:00
pyghmi/doc/source/install/index.rst
Ilya Etingof ead5aa1531 Update package documentation
* Switched to Sphinx openstacktheme
* Rearranged docs along the OpenStack project lines
* Add Sphinx docs building job
* Added tox docs job

Change-Id: I069d3a95b90bc798b1dcc0331d6e24a6c08d1317
2018-08-17 12:04:36 +02:00

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