InstallationΒΆ

At the command line either via easy_install or pip:

$ easy_install centreonapi
$ pip install centreonapi

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv centreonapi
$ pip install centreonapi