File: index.rst

package info (click to toggle)
python-oslo.utils 3.36.5-0%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 728 kB
  • sloc: python: 5,145; makefile: 26
file content (12 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
============
Installation
============

At the command line::

    $ pip install oslo.utils

Or, if you have virtualenvwrapper installed::

    $ mkvirtualenv oslo.utils
    $ pip install oslo.utils