InstallationΒΆ

At the command line:

$ easy_install plugz

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv plugz
$ pip install plugz

Previous topic

plugz

Next topic

Usage

This Page