We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 091e45c commit 88449ebCopy full SHA for 88449eb
1 file changed
source/tutorials/installing-packages.rst
@@ -224,8 +224,8 @@ environments.
224
Currently, there are two common tools for creating Python virtual environments:
225
226
* :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.
+ :ref:`pip` into created virtual environments in Python 3.4 and later
+ (Python versions prior to 3.12 also installed :ref:`setuptools`).
229
* :ref:`virtualenv` needs to be installed separately, but supports Python 2.7+
230
and Python 3.3+, and :ref:`pip`, :ref:`setuptools` and :ref:`wheel` are
231
always installed into created virtual environments by default (regardless of
0 commit comments