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.
--user
1 parent 96f3227 commit afd2831Copy full SHA for afd2831
docs/sources/install.rst
@@ -16,14 +16,14 @@ Installation using ``pip``
16
If you don't have ``pip`` for Python3 on your system, use the ``ensurepip``
17
module to install it (it is bootstrapped within the Python interpreter)::
18
19
- % python3 -m ensurepip --user
+ % python3 -m ensurepip
20
21
In case this doesn't work, download the official script
22
<https://bootstrap.pypa.io/get-pip.py> and run it with ``python3``.
23
24
Then, update ``pip`` to the latest version::
25
26
- % python3 -m pip install -U --user pip
+ % python3 -m pip install -U pip
27
28
You can then install and/or update StagPy with the following command::
29
0 commit comments