diff options
| author | Gauvain Pocentek <gauvain@pocentek.net> | 2018-01-08 08:08:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-08 08:08:23 +0100 |
| commit | 8a953c2d3ede2bdd672323621b4e72a5f660f6f5 (patch) | |
| tree | 202c8244fec369c2cb55b08efb1d86959b1d4121 | |
| parent | 3a119cd6a4841fae5b2f116512830ed12b4b29f0 (diff) | |
| parent | b980c9f7db97f8d55ed50d116a1d9fcf817ebf0d (diff) | |
| download | gitlab-8a953c2d3ede2bdd672323621b4e72a5f660f6f5.tar.gz | |
Merge pull request #409 from movermeyer/patch-2
Clarifying what compatible means
| -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 1bc6d17..4998320 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -2,7 +2,7 @@ Installation ############ -``python-gitlab`` is compatible with python 2 and 3. +``python-gitlab`` is compatible with Python 2.7 and 3.4+. Use :command:`pip` to install the latest stable version of ``python-gitlab``: |
