Files
python-monascaclient/doc/source/installation.rst
jacky06 4d6b0fa1c0 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I9db86cdb44bf72c6aefe63df6dd35e2399844871
2019-05-22 10:50:59 +02:00

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