Skip to content

Commit

Permalink
Merge pull request #1530 from cbrnr/patch-1
Browse files Browse the repository at this point in the history
Update packages installed in venv
  • Loading branch information
chrysle authored Apr 13, 2024
2 parents 4236fc1 + 88449eb commit a17d0f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/tutorials/installing-packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ environments.
Currently, there are two common tools for creating Python virtual environments:

* :doc:`venv <python:library/venv>` is available by default in Python 3.3 and later, and installs
:ref:`pip` and :ref:`setuptools` into created virtual environments in
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`).
* :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
Expand Down

0 comments on commit a17d0f5

Please sign in to comment.