OpenStack Docs: Installation
this page last updated: 2019-04-23 13:44:34
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 https://opendev.org/openstack/python-monascaclient $ cd python-monascaclient $ pip install -r ./requirements.txt $ python setup.py install
this page last updated: 2019-04-23 13:44:34