File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Contents:
1111.. toctree ::
1212 :maxdepth: 2
1313
14+ install
1415 cli
1516 usage
1617 api/gitlab
Original file line number Diff line number Diff line change 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+
11+ $ pip install --upgrade python-gitlab
12+
13+ The current development version is available on `github
14+ <https://github.com/gpocentek/python-gitlab> `__. Use :command: `git ` and
15+ :command: `pip ` to install it:
16+
17+ .. code-block :: console
18+
19+ $ git clone https://github.com/gpocentek/python-gitlab
20+ $ cd python-gitlab
21+ $ python setup.py install
You can’t perform that action at this time.
0 commit comments