Skip to content

Commit f6e1514

Browse files
committed
Normalize install --user
1 parent ce4f9a5 commit f6e1514

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/tutorials/packaging-projects.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,13 +375,13 @@ Make sure you have the latest versions of PyPA's ``build`` installed:
375375

376376
.. code-block:: bash
377377
378-
python3 -m pip install --upgrade build
378+
python3 -m pip install --user --upgrade build
379379
380380
.. tab:: Windows
381381

382382
.. code-block:: bash
383383
384-
py -m pip install --upgrade build
384+
py -m pip install --user --upgrade build
385385
386386
.. tip:: If you have trouble installing these, see the
387387
:doc:`installing-packages` tutorial.

0 commit comments

Comments
 (0)