11 lines
380 B
ReStructuredText
11 lines
380 B
ReStructuredText
![]() |
============
|
||
|
Installation
|
||
|
============
|
||
|
|
||
|
Or, if you have `virtualenvwrapper <https://virtualenvwrapper.readthedocs.org/en/latest/install.html>`_ installed::
|
||
|
|
||
|
$ mkvirtualenv python-watcherclient
|
||
|
$ git clone https://git.openstack.org/openstack/stackforge/python-watcherclient
|
||
|
$ cd python-watcherclient && python setup.py install
|
||
|
$ pip install -r ./requirements.txt
|