Skip to content

Commit 33118e7

Browse files
committed
Remove --user install
1 parent 127dc15 commit 33118e7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

source/tutorials/packaging-projects.rst

Lines changed: 4 additions & 4 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 --user --upgrade build
378+
python3 -m pip install --upgrade build
379379
380380
.. tab:: Windows
381381

382382
.. code-block:: bash
383383
384-
py -m pip install --user --upgrade build
384+
py -m pip install --upgrade build
385385
386386
.. tip:: If you have trouble installing these, see the
387387
:doc:`installing-packages` tutorial.
@@ -452,13 +452,13 @@ distribution packages. You'll need to install Twine:
452452

453453
.. code-block:: bash
454454
455-
python3 -m pip install --user --upgrade twine
455+
python3 -m pip install --upgrade twine
456456
457457
.. tab:: Windows
458458

459459
.. code-block:: bash
460460
461-
py -m pip install --user --upgrade twine
461+
py -m pip install --upgrade twine
462462
463463
Once installed, run Twine to upload all of the archives under :file:`dist`:
464464

0 commit comments

Comments
 (0)