From a3b88583d05274b5e858ee0cd198f925ad22d4d0 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Sat, 27 May 2017 07:43:54 +0200 Subject: install doc: use sudo for system commands Fixes #267 --- docs/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/install.rst b/docs/install.rst index 6a18873..1bc6d17 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -8,7 +8,7 @@ Use :command:`pip` to install the latest stable version of ``python-gitlab``: .. code-block:: console - $ pip install --upgrade python-gitlab + $ sudo pip install --upgrade python-gitlab The current development version is available on `github `__. Use :command:`git` and @@ -18,4 +18,4 @@ The current development version is available on `github $ git clone https://github.com/python-gitlab/python-gitlab $ cd python-gitlab - $ python setup.py install + $ sudo python setup.py install -- cgit v1.2.1