summaryrefslogtreecommitdiff
path: root/doc/source/install/index.rst
blob: 688d5499fa8c50f60716bcacea63c44222054c87 (plain)
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