Skip to content

Commit df03596

Browse files
committed
Remove pip list legacy format from documentation
1 parent 1df8934 commit df03596

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

docs/html/cli/pip_list.rst

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -140,28 +140,6 @@ Examples
140140
C:\> py -m pip list --outdated --not-required
141141
docutils (Current: 0.10 Latest: 0.11)
142142
143-
#. Use legacy formatting
144-
145-
.. tab:: Unix/macOS
146-
147-
.. code-block:: console
148-
149-
$ python -m pip list --format=legacy
150-
colorama (0.3.7)
151-
docopt (0.6.2)
152-
idlex (1.13)
153-
jedi (0.9.0)
154-
155-
.. tab:: Windows
156-
157-
.. code-block:: console
158-
159-
C:\> py -m pip list --format=legacy
160-
colorama (0.3.7)
161-
docopt (0.6.2)
162-
idlex (1.13)
163-
jedi (0.9.0)
164-
165143
#. Use json formatting
166144

167145
.. tab:: Unix/macOS

0 commit comments

Comments
 (0)