File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -224,8 +224,8 @@ environments.
224224Currently, 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
You can’t perform that action at this time.
0 commit comments