summaryrefslogtreecommitdiff
path: root/doc/source/installation.rst
blob: 0f63912dca70defe45b6e38d2f7a211a512d0734 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
============
Installation
============

At the command line::

    $ pip install oslo.concurrency

Or, if you have virtualenvwrapper installed::

    $ mkvirtualenv oslo.concurrency
    $ pip install oslo.concurrency