All OpenStack projects have a certain project template which they follow, and it can easily applied via cookiecutter.
13 lines
217 B
ReStructuredText
13 lines
217 B
ReStructuredText
============
|
|
Installation
|
|
============
|
|
|
|
At the command line::
|
|
|
|
$ pip install python-hnvclient
|
|
|
|
Or, if you have virtualenvwrapper installed::
|
|
|
|
$ mkvirtualenv python-hnvclient
|
|
$ pip install python-hnvclient
|