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

At the command line::

    $ pip install oslo.policy

Or, if you want to use it in a virtualenvwrapper::

    $ mkvirtualenv oslo.policy
    $ pip install oslo.policy