mirror of
https://opendev.org/x/pyghmi
synced 2025-01-15 12:17:44 +00:00
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
|