oslo.concurrency/doc/source/installation.rst
2014-08-07 22:26:50 +04:00

12 lines
216 B
ReStructuredText

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