Files
python-watcherclient/doc/source/installation.rst
David TARDIVEL 3957331e52 push initial version
Change-Id: Ifecc2c7dd6bd859ba6ef327fddd891982382df3b
2015-06-04 14:59:34 +02:00

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