File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments