Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf251c commit a3b8858Copy full SHA for a3b8858
docs/install.rst
@@ -8,7 +8,7 @@ Use :command:`pip` to install the latest stable version of ``python-gitlab``:
8
9
.. code-block:: console
10
11
- $ pip install --upgrade python-gitlab
+ $ sudo pip install --upgrade python-gitlab
12
13
The current development version is available on `github
14
<https://github.com/python-gitlab/python-gitlab>`__. Use :command:`git` and
@@ -18,4 +18,4 @@ The current development version is available on `github
18
19
$ git clone https://github.com/python-gitlab/python-gitlab
20
$ cd python-gitlab
21
- $ python setup.py install
+ $ sudo python setup.py install
0 commit comments