python-moganclient/doc/source/installation.rst
liusheng 693b93d77f Rename nimbleclient to moganclient
We have decided to rename nimble to mogan because of name conflict, now we
need also to rename nimbleclient to moganclient.

Change-Id: Ibf9480d73bbabf8d3e2b92f9609b22b3b713b3db
2017-01-03 17:21:50 +08:00

13 lines
223 B
ReStructuredText

============
Installation
============
At the command line::
$ pip install python-moganclient
Or, if you have virtualenvwrapper installed::
$ mkvirtualenv python-moganclient
$ pip install python-moganclient