Skip to content

Commit afd2831

Browse files
committed
docs: rm --user flag in pip invocations
1 parent 96f3227 commit afd2831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sources/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ Installation using ``pip``
1616
If you don't have ``pip`` for Python3 on your system, use the ``ensurepip``
1717
module to install it (it is bootstrapped within the Python interpreter)::
1818

19-
% python3 -m ensurepip --user
19+
% python3 -m ensurepip
2020

2121
In case this doesn't work, download the official script
2222
<https://bootstrap.pypa.io/get-pip.py> and run it with ``python3``.
2323

2424
Then, update ``pip`` to the latest version::
2525

26-
% python3 -m pip install -U --user pip
26+
% python3 -m pip install -U pip
2727

2828
You can then install and/or update StagPy with the following command::
2929

0 commit comments

Comments
 (0)