Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/tutorials/installing-packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ Currently, there are two common tools for creating Python virtual environments:
(Python versions prior to 3.12 also installed :ref:`setuptools`).
* :ref:`virtualenv` needs to be installed separately, but supports Python 2.7+
and Python 3.3+, and :ref:`pip`, :ref:`setuptools` and :ref:`wheel` are
always installed into created virtual environments by default (regardless of
Python version).
installed into created virtual environments by default. Note that ``setuptools`` is no longer
included by default starting with Python 3.12 (and ``virtualenv`` follows this behavior).

The basic usage is like so:

Expand Down