2015-06-04 14:59:34 +02:00
|
|
|
============
|
|
|
|
Installation
|
|
|
|
============
|
|
|
|
|
2016-05-24 15:19:31 +02:00
|
|
|
If you have `virtualenvwrapper <https://virtualenvwrapper.readthedocs.org/en/latest/install.html>`_ installed::
|
2015-06-04 14:59:34 +02:00
|
|
|
|
|
|
|
$ mkvirtualenv python-watcherclient
|
2015-10-23 16:14:56 +05:30
|
|
|
$ git clone https://git.openstack.org/openstack/python-watcherclient
|
2015-06-04 14:59:34 +02:00
|
|
|
$ cd python-watcherclient && python setup.py install
|
|
|
|
$ pip install -r ./requirements.txt
|