e1f6499c67
Fixes formatting things related to openstackdocstheme adoption Change-Id: Ia4272bf073d53ae4075a1b6d860898c0a6121145
12 lines
222 B
ReStructuredText
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 |