File: installation.rst

package info (click to toggle)
python-monascaclient 2.8.0-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 484 kB
  • sloc: python: 2,487; sh: 111; makefile: 21
file content (20 lines) | stat: -rw-r--r-- 481 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
============
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