InstallationΒΆ

If you have virtualenvwrapper installed:

$ mkvirtualenv python-watcherclient
$ git clone https://git.openstack.org/openstack/python-watcherclient
$ cd python-watcherclient && python setup.py install
$ pip install -r ./requirements.txt

Previous topic

python-watcherclient

Next topic

watcherclient Python API

Project Source

This Page