oslo.serialization/doc/source/install/index.rst
Akihiro Motoki e1f6499c67 rearrange existing documentation to fit the new standard layout
Fixes formatting things related to openstackdocstheme adoption

Change-Id: Ia4272bf073d53ae4075a1b6d860898c0a6121145
2017-07-06 21:53:30 +00:00

12 lines
222 B
ReStructuredText

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