Skip to content

Commit 402f04b

Browse files
committed
Recommend upgrading pip
1 parent f6e1514 commit 402f04b

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

source/tutorials/packaging-projects.rst

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,21 @@ https://test.pypi.org/project/example-pkg-YOUR-USERNAME-HERE
498498
Installing 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
503516
detailed instructions) and install your package from TestPyPI:
504517

505518
.. tab:: Unix/macOS

0 commit comments

Comments
 (0)