File: index.rst

package info (click to toggle)
python-pyghmi 1.5.70-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,292 kB
  • sloc: python: 19,961; sh: 29; makefile: 18
file content (17 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.. _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