
I updated, in this patchset, some examples of wacher CLI, because option format has changed (we have no more '-' character in keywords) I added a new page for the openstack client + our watcher plugin. Change-Id: Ia2ae148e4357eb64c8e3df1f3036dc992e85714c
11 lines
365 B
ReStructuredText
11 lines
365 B
ReStructuredText
============
|
|
Installation
|
|
============
|
|
|
|
If you have `virtualenvwrapper <https://virtualenvwrapper.readthedocs.org/en/latest/install.html>`_ 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
|