update README with python section

Change-Id: I7dfe355d7b82548976929ad6f60424234ebb6f11
story: 2001980
task: 19594
This commit is contained in:
Denis Poisson 2018-05-16 10:21:40 +02:00
parent 19994ac399
commit bac8724315
1 changed files with 13 additions and 0 deletions

View File

@ -55,3 +55,16 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.
See the License for the specific language governing permissions and
limitations under the License.
Python
======
To install the Python monasca-persister modules, git clone the source and run the
following command:
$ sudo python setup.py install
To run the unit tests use:
$ tox -e py27,py35