summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-11-30 22:14:08 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-11-30 22:14:08 -0800
commitdf160772fc492fdd422a2a2f96638a731a1cdac9 (patch)
tree1cd3ad088920a12eb9633304f93d585375402c30 /README.rst
parent5cc3dd0c91cf01f587258fdf0f89728e2a223cd5 (diff)
Add a section for linux install in Readme.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst26
1 files changed, 26 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 754f63f0..8b676954 100644
--- a/README.rst
+++ b/README.rst
@@ -56,7 +56,33 @@ If pip is not installed check if easy_install is available on the system.
Linux:
------
+Check if pip is already available in your system.
+::
+
+ $ which pip
+
+If it does then install pgcli using the pip command as follows:
+
+::
+
+ $ sudo pip install pgcli
+
+If it doesn't exist, use your linux package manager to install `pip`. This might look something like:
+
+::
+
+ $ sudo apt-get install python-pip
+
+ or
+
+ $ sudo yum install python-pip
+
+Then you can install pgcli:
+
+::
+
+ $ sudo pip install pgcli
Usage