Installation

python-gitlab is compatible with Python 2.7 and 3.4+.

Use pip to install the latest stable version of python-gitlab:

$ sudo pip install --upgrade python-gitlab

The current development version is available on github. Use git and python setup.py to install it:

$ git clone https://github.com/python-gitlab/python-gitlab
$ cd python-gitlab
$ sudo python setup.py install