InstallationΒΆ

At the command line:

$ pip install hardware

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv hardware
$ pip install hardware

Previous topic

hardware

Next topic

Usage

This Page