Skip to content
Merged
Prev Previous commit
Next Next commit
chore: reformatted flags
  • Loading branch information
Mr-Sunglasses committed Jun 2, 2025
commit 2d042e16798cdc09864db1debfcabf7ef462e97c
7 changes: 4 additions & 3 deletions Doc/library/venv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ See :pep:`405` for more background on Python virtual environments.

Creating virtual environments
-----------------------------
.. _venv-cli:
.. program:: venv

Comment thread
Mr-Sunglasses marked this conversation as resolved.
:ref:`Virtual environments <venv-def>` are created by executing the ``venv``
module:
Expand Down Expand Up @@ -110,9 +108,12 @@ The command, if run with ``-h``, will show the available options::
Once an environment has been created, you may wish to activate it, e.g. by
sourcing an activate script in its bin directory.

Comment thread
Mr-Sunglasses marked this conversation as resolved.
.. _venv-cli:
.. program:: venv

.. option:: ENV_DIR

A required argument specifying the directory to create the environment in.
A required argument specifying the directory to create the environment in.

.. option:: --system-site-packages

Expand Down