File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed
Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,19 @@ Use :command:`pip` to install the latest stable version of ``python-gitlab``:
88
99.. code-block :: console
1010
11- $ sudo pip install --upgrade python-gitlab
11+ $ pip install --upgrade python-gitlab
1212
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:
1617
1718.. code-block :: console
1819
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
You can’t perform that action at this time.
0 commit comments