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 https://git.openstack.org/openstack/python-monascaclient
$ cd python-monascaclient
$ pip install -r ./requirements.txt
$ python setup.py install
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.