21 lines
481 B
ReStructuredText
21 lines
481 B
ReStructuredText
============
|
|
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
|