We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4f9a5 commit f6e1514Copy full SHA for f6e1514
1 file changed
source/tutorials/packaging-projects.rst
@@ -375,13 +375,13 @@ Make sure you have the latest versions of PyPA's ``build`` installed:
375
376
.. code-block:: bash
377
378
- python3 -m pip install --upgrade build
+ python3 -m pip install --user --upgrade build
379
380
.. tab:: Windows
381
382
383
384
- py -m pip install --upgrade build
+ py -m pip install --user --upgrade build
385
386
.. tip:: If you have trouble installing these, see the
387
:doc:`installing-packages` tutorial.
0 commit comments