oslo.utils/doc/source/install/index.rst
Akihiro Motoki 0f3ea232b7 rearrange existing documentation to fit the new standard layout
Change-Id: I0727caae202b385d740b006fd957b990e308c6d7
2017-07-01 21:05:49 +09:00

198 B

Installation

At the command line:

$ pip install oslo.utils

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv oslo.utils
$ pip install oslo.utils