Files
python-watcherclient/doc/source/installation.rst
venkatamahesh 5bc7813de3 Change stackforge to openstack
Change-Id: I19290bdb37c4e20ffde7cc2d781ce154dc0d6999
2015-10-23 16:14:56 +05:30

11 lines
369 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/python-watcherclient
$ cd python-watcherclient && python setup.py install
$ pip install -r ./requirements.txt