added link to get-pip to readme

Change-Id: I47add25bcb4db647b61303ba3578ba2c41f6b98d
This commit is contained in:
david 2014-07-08 22:25:20 -07:00
parent ada3d9102a
commit 7d20ec0006
1 changed files with 4 additions and 2 deletions

View File

@ -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