Skip to content

Commit 39490e4

Browse files
authored
Merge pull request #1851 from shenxianpeng/fix-1635
docs: update installing-packages.rst
2 parents 9b27cc0 + e4015b2 commit 39490e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/tutorials/installing-packages.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ Currently, there are two common tools for creating Python virtual environments:
228228
(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
231-
always installed into created virtual environments by default (regardless of
232-
Python version).
231+
installed into created virtual environments by default. Note that ``setuptools`` is no longer
232+
included by default starting with Python 3.12 (and ``virtualenv`` follows this behavior).
233233

234234
The basic usage is like so:
235235

0 commit comments

Comments
 (0)