Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita3b8858

Browse files
author
Gauvain Pocentek
committed
install doc: use sudo for system commands
Fixes#267
1 parent4bf251c commita3b8858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎docs/install.rst

Lines changed: 2 additions & 2 deletions
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+
$sudopip 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+
$sudopython setup.py install

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp