11 lines
359 B
ReStructuredText
11 lines
359 B
ReStructuredText
============
|
|
Installation
|
|
============
|
|
|
|
If you have `virtualenvwrapper <https://virtualenvwrapper.readthedocs.org/en/latest/install.html>`_ installed::
|
|
|
|
$ mkvirtualenv python-watcherclient
|
|
$ git clone https://opendev.org/openstack/python-watcherclient
|
|
$ cd python-watcherclient && python setup.py install
|
|
$ pip install -r ./requirements.txt
|