📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 23:48:09
📂
/ (Root)
/
opt
/
alt
/
python33
/
share
/
doc
/
alt-python33-pip
/
docs
/
reference
📍 /opt/alt/python33/share/doc/alt-python33-pip/docs/reference
🔄 Refresh
✏️
Editing: pip_list.rst
Read Only
.. _`pip list`: pip list --------- .. contents:: Usage ***** .. pip-command-usage:: list Description *********** .. pip-command-description:: list Options ******* .. pip-command-options:: list .. pip-index-options:: Examples ******** 1) List installed packages. :: $ pip list Pygments (1.5) docutils (0.9.1) Sphinx (1.1.2) Jinja2 (2.6) 2) List outdated packages (excluding editables), and the latest version available :: $ pip list --outdated docutils (Current: 0.9.1 Latest: 0.10) Sphinx (Current: 1.1.2 Latest: 1.1.3)
💾 Save Changes
❌ Cancel