diff options
| author | Andreas Nüßlein <nutz@noova.de> | 2017-01-23 01:27:19 +0100 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-01-23 05:37:01 +0100 |
| commit | 4fba82eef461c5ef5829f6ce126aa393a8a56254 (patch) | |
| tree | a2980bab36c75a26206e9037fc32238c4ecf899b /docs | |
| parent | ee666fd57e5cb100b6e195bb74228ac242d8932a (diff) | |
| download | gitlab-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.rst | 2 |
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 |
