Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 533 Bytes

File metadata and controls

21 lines (14 loc) · 533 Bytes

Installation

python-gitlab is compatible with python 2 and 3.

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

$ pip install --upgrade python-gitlab

The current development version is available on github. Use :command:`git` and :command:`pip` to install it:

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