We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee53e0 commit 7523a61Copy full SHA for 7523a61
docs/index.rst
@@ -11,6 +11,7 @@ Contents:
11
.. toctree::
12
:maxdepth: 2
13
14
+ install
15
cli
16
usage
17
api/gitlab
docs/install.rst
@@ -0,0 +1,21 @@
1
+############
2
+Installation
3
4
+
5
+``python-gitlab`` is compatible with python 2 and 3.
6
7
+Use :command:`pip` to install the latest stable version of ``python-gitlab``:
8
9
+.. code-block:: console
10
+ $ pip install --upgrade 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:
18
19
+ $ git clone https://github.com/gpocentek/python-gitlab
20
+ $ cd python-gitlab
21
+ $ python setup.py install
0 commit comments