summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Nüßlein <nutz@noova.de>2017-01-23 01:27:19 +0100
committerGauvain Pocentek <gauvain@pocentek.net>2017-01-23 05:37:01 +0100
commit4fba82eef461c5ef5829f6ce126aa393a8a56254 (patch)
treea2980bab36c75a26206e9037fc32238c4ecf899b /docs
parentee666fd57e5cb100b6e195bb74228ac242d8932a (diff)
downloadgitlab-4fba82eef461c5ef5829f6ce126aa393a8a56254.tar.gz
Fix install doc
it's just confusing that it would say "pip" again :)
Diffstat (limited to 'docs')
-rw-r--r--docs/install.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install.rst b/docs/install.rst
index 6abba3f..fc95204 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -12,7 +12,7 @@ Use :command:`pip` to install the latest stable version of ``python-gitlab``:
The current development version is available on `github
<https://github.com/gpocentek/python-gitlab>`__. Use :command:`git` and
-:command:`pip` to install it:
+:command:`python setup.py` to install it:
.. code-block:: console