Skip to content

Commit a3b8858

Browse files
author
Gauvain Pocentek
committed
install doc: use sudo for system commands
Fixes #267
1 parent 4bf251c commit a3b8858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Use :command:`pip` to install the latest stable version of ``python-gitlab``:
88

99
.. code-block:: console
1010
11-
$ pip install --upgrade python-gitlab
11+
$ sudo pip install --upgrade python-gitlab
1212
1313
The current development version is available on `github
1414
<https://github.com/python-gitlab/python-gitlab>`__. Use :command:`git` and
@@ -18,4 +18,4 @@ The current development version is available on `github
1818
1919
$ git clone https://github.com/python-gitlab/python-gitlab
2020
$ cd python-gitlab
21-
$ python setup.py install
21+
$ sudo python setup.py install

0 commit comments

Comments
 (0)