Akihiro Motoki 0f3ea232b7 rearrange existing documentation to fit the new standard layout
Change-Id: I0727caae202b385d740b006fd957b990e308c6d7
2017-07-01 21:05:49 +09:00

12 lines
198 B
ReStructuredText

============
Installation
============
At the command line::
$ pip install oslo.utils
Or, if you have virtualenvwrapper installed::
$ mkvirtualenv oslo.utils
$ pip install oslo.utils