Move installation and uasge to README.rst

Change-Id: Ifde0dcde532476723736d955bac347e2c45e015c
This commit is contained in:
zhurong 2017-07-03 20:17:35 +08:00
parent 5e3d5ee214
commit 0e12344930
1 changed files with 19 additions and 0 deletions

View File

@ -14,3 +14,22 @@ This is a client library for Solum built on the Solum API.
* Free software: Apache license
* Documentation: http://wiki.openstack.org/wiki/Solum
Installation
============
At the command line::
$ pip install python-solumclient
Or, if you have virtualenvwrapper installed::
$ mkvirtualenv python-solumclient
$ pip install python-solumclient
Usage
========
To use python-solumclient in a project::
import solumclient