@@ -8,14 +8,19 @@ Use :command:`pip` to install the latest stable version of ``python-gitlab``:
8
8
9
9
..code-block ::console
10
10
11
- $sudo pip install --upgrade python-gitlab
11
+ $ pip install --upgrade python-gitlab
12
12
13
- The current development version is available on `github
14
- <https://github.com/python-gitlab/python-gitlab> `__. Use:command: `git ` and
15
- :command: `python setup.py ` to install it:
13
+ The current development version is available on both `GitHub.com
14
+ <https://github.com/python-gitlab/python-gitlab> `__ and `GitLab.com
15
+ <https://gitlab.com/python-gitlab/python-gitlab> `__, and can be
16
+ installed directly from the git repository:
16
17
17
18
..code-block ::console
18
19
19
- $ git clone https://github.com/python-gitlab/python-gitlab
20
- $ cd python-gitlab
21
- $ sudo python setup.py install
20
+ $ pip install git+https://github.com/python-gitlab/python-gitlab.git
21
+
22
+ From GitLab:
23
+
24
+ ..code-block ::console
25
+
26
+ $ pip install git+https://gitlab.com/python-gitlab/python-gitlab.git