Move installation information to doc directory. Change-Id: Ib0f155e5557930a642f947d668ac0e9cc061f72d Story: 2001980 Task: 23115
485 B
485 B
Installation
At the command line, from PyPI:
$ pip install python-monascaclient
Or, if you have virtualenvwrapper installed:
$ mkvirtualenv python-monascaclient
$ pip install python-monascaclient
Or, you can build it manually:
$ mkvirtualenv python-monascaclient
$ git clone git://git.openstack.org/openstack/python-monascaclient
$ cd python-monascaclient
$ pip install -r ./requirements.txt
$ python setup.py install