InstallationΒΆ

At the command line:

$ pip install python-vitrageclient

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv python-vitrageclient
$ pip install python-vitrageclient

Previous topic

Python bindings to the Vitrage API

Next topic

Usage

This Page