2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-15 12:17:44 +00:00
pyghmi/doc/source/install/index.rst

18 lines
281 B
ReStructuredText
Raw Normal View History

.. _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