X Tutup
Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 688 Bytes

File metadata and controls

26 lines (16 loc) · 688 Bytes

Installation

python-gitlab is compatible with Python 3.7+.

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

$ pip install --upgrade python-gitlab

The current development version is available on both GitHub.com and GitLab.com, and can be installed directly from the git repository:

$ pip install git+https://github.com/python-gitlab/python-gitlab.git

From GitLab:

$ pip install git+https://gitlab.com/python-gitlab/python-gitlab.git
X Tutup