Skip to content

Commit a17d0f5

Browse files
authored
Merge pull request #1530 from cbrnr/patch-1
Update packages installed in venv
2 parents 4236fc1 + 88449eb commit a17d0f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/tutorials/installing-packages.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ environments.
224224
Currently, there are two common tools for creating Python virtual environments:
225225

226226
* :doc:`venv <python:library/venv>` is available by default in Python 3.3 and later, and installs
227-
:ref:`pip` and :ref:`setuptools` into created virtual environments in
228-
Python 3.4 and later.
227+
:ref:`pip` into created virtual environments in Python 3.4 and later
228+
(Python versions prior to 3.12 also installed :ref:`setuptools`).
229229
* :ref:`virtualenv` needs to be installed separately, but supports Python 2.7+
230230
and Python 3.3+, and :ref:`pip`, :ref:`setuptools` and :ref:`wheel` are
231231
always installed into created virtual environments by default (regardless of

0 commit comments

Comments
 (0)