File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -498,8 +498,21 @@ https://test.pypi.org/project/example-pkg-YOUR-USERNAME-HERE
498498Installing your newly uploaded package
499499--------------------------------------
500500
501- You can use :ref: `pip ` to install your package and verify that it works.
502- Create a new :ref: `virtualenv ` (see :doc: `/tutorials/installing-packages ` for
501+ You can use :ref: `pip ` to install your package and verify that it works. Make sure you have the latest version installed:
502+
503+ .. tab :: Unix/macOS
504+
505+ .. code-block :: bash
506+
507+ python3 -m pip install --upgrade pip
508+
509+ .. tab :: Windows
510+
511+ .. code-block :: bash
512+
513+ py -m pip install --upgrade pip
514+
515+ Now create a new :ref: `virtualenv ` (see :doc: `/tutorials/installing-packages ` for
503516detailed instructions) and install your package from TestPyPI:
504517
505518.. tab :: Unix/macOS
You can’t perform that action at this time.
0 commit comments