From bac87243151c5c225d83b81f29348e8da0de79df Mon Sep 17 00:00:00 2001 From: Denis Poisson Date: Wed, 16 May 2018 10:21:40 +0200 Subject: [PATCH] update README with python section Change-Id: I7dfe355d7b82548976929ad6f60424234ebb6f11 story: 2001980 task: 19594 --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index e1e81833..92ffd695 100644 --- a/README.md +++ b/README.md @@ -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