We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c021d commit 758a172Copy full SHA for 758a172
docs/html/cli/pip_freeze.rst
@@ -23,6 +23,15 @@ Description
23
24
.. pip-command-description:: freeze
25
26
+.. note::
27
+ By default, ``pip freeze`` omits bootstrap packaging tools so the output
28
+ focuses on your project’s dependencies. On Python **3.11 and earlier**
29
+ this excludes ``pip``, ``setuptools``, ``wheel`` and ``distribute``; on
30
+ Python **3.12 and later** only ``pip`` is excluded. Use ``--all`` to
31
+ include those packages when you need a complete environment snapshot.
32
+ ``pip freeze`` reports what is installed; it does **not** compute a
33
+ lockfile or a solver result.
34
+
35
36
Options
37
=======
0 commit comments