summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaravanakumar Arumugam <sarumuga@redhat.com>2017-12-06 16:06:09 +0530
committerNigel Babu <nigelb@redhat.com>2017-12-07 08:30:49 +0530
commit2aa9168752032c67d3dcc9ec9d824abccc877b2d (patch)
treec9cbfb58d0bdd0e7ed4f62d23888d822a0382b72
parent227e72bc0e172b3f923488352afb39d84a657852 (diff)
Add install
should be setup.py install Change-Id: I9a0a03b8ff7ea2d4f42fd845ce84c72f72e984e1
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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).