Skip to content

Commit

Permalink
Remove pip list legacy format from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Aug 15, 2021
1 parent 1df8934 commit df03596
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions docs/html/cli/pip_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,28 +140,6 @@ Examples
C:\> py -m pip list --outdated --not-required
docutils (Current: 0.10 Latest: 0.11)
#. Use legacy formatting

.. tab:: Unix/macOS

.. code-block:: console
$ python -m pip list --format=legacy
colorama (0.3.7)
docopt (0.6.2)
idlex (1.13)
jedi (0.9.0)
.. tab:: Windows

.. code-block:: console
C:\> py -m pip list --format=legacy
colorama (0.3.7)
docopt (0.6.2)
idlex (1.13)
jedi (0.9.0)
#. Use json formatting

.. tab:: Unix/macOS
Expand Down

0 comments on commit df03596

Please sign in to comment.