From c8b58befcff99fe2d44c90a407d37f13b0a93365 Mon Sep 17 00:00:00 2001
From: Sam Gleske <sag47@drexel.edu>
Date: Mon, 16 Sep 2013 12:22:09 -0400
Subject: [PATCH] fix bad python-gitlab instructions

For installing prerequisites the python-gitlab doc was missing
the install command.
---
 docs/prerequisites.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/prerequisites.md b/docs/prerequisites.md
index 2a137ed..8fc9f3e 100644
--- a/docs/prerequisites.md
+++ b/docs/prerequisites.md
@@ -18,7 +18,7 @@ python-gitlab
     git clone https://github.com/Itxaka/python-gitlab.git
     cd python-gitlab
     git checkout 9c5e375599a6d89ab1f4520224f47b43b40bcf9b
-    python setup.py
+    python setup.py install
 
 You can find the source to git at the [git-core project][5].  For instructions on other platforms see the [Getting Started - Installing Git section of the git book][6].
 
-- 
GitLab