User:Dan-nl/Git and Gerrit/Install Git Review

git-review is an added git command that helps you submit git branches to gerrit for review.

Install pip edit

Make sure you have the python package installer (pip) installed. pip is typically installed with python; you can verify that it is installed by entering the following at the command line:

$ which pip
# should yield something similar to
/Library/Frameworks/Python.framework/Versions/2.7/bin/pip
If pip is not installed, one of the following commands should install it for you:
$ sudo apt-get install python-pip
# or
$ sudo easy_install pip

Install git-review edit

$ sudo pip install git-review