From 2aa9168752032c67d3dcc9ec9d824abccc877b2d Mon Sep 17 00:00:00 2001 From: Saravanakumar Arumugam Date: Wed, 6 Dec 2017 16:06:09 +0530 Subject: Add install should be setup.py install Change-Id: I9a0a03b8ff7ea2d4f42fd845ce84c72f72e984e1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 710a9e9a8..f6f757bac 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ One can use either of the two methods. # git clone https://github.com/loadtheaccumulator/glusto.git # cd glusto - # python setup.py + # python setup.py install For more info refer the [docs](http://glusto.readthedocs.io/en/latest/userguide/install.html). -- cgit