summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authordavid <dlenwell@gmail.com>2014-07-08 22:25:20 -0700
committerdavid <dlenwell@gmail.com>2014-07-11 02:07:35 -0700
commit7d20ec000611384a442e70480abd468e309515cd (patch)
tree9466a3177b9407ffedf3068f87d605fdc5f69942 /README.rst
parentada3d9102a80a88201470ce38a7f54763230d57a (diff)
downloadgit-review-7d20ec000611384a442e70480abd468e309515cd.tar.gz
added link to get-pip to readme
Change-Id: I47add25bcb4db647b61303ba3578ba2c41f6b98d
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index c79d9dd..f685ac8 100644
--- a/README.rst
+++ b/README.rst
@@ -125,6 +125,9 @@ Installation
Install with pip install git-review
+For assistance installing pip on your os check out get-pip:
+http://pip.readthedocs.org/en/latest/installing.html
+
For installation from source simply add git-review to your $PATH
after installing the dependencies listed in requirements.txt
@@ -133,8 +136,7 @@ Running tests
Running tests for git-review means running a local copy of Gerrit to
check that git-review interacts correctly with it. This requires the
-following
-:
+following:
* a Java Runtime Environment on the machine to run tests on