Difference between revisions of "Pip show"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
  pip show -f <package>
 
  pip show -f <package>
  
<pre>
+
 
pip show setuptools
+
pip show [[setuptools]]
Name: setuptools
+
Name: setuptools
Version: 60.5.0
+
Version: 60.5.0
Summary: Easily download, build, install, upgrade, and uninstall Python packages
+
Summary: Easily download, build, install, upgrade, and uninstall Python packages
Home-page: https://github.com/pypa/setuptools
+
Home-page: https://github.com/pypa/setuptools
Author: Python Packaging Authority
+
Author: Python Packaging Authority
Author-email: [email protected]
+
Author-email: [email protected]
License: UNKNOWN
+
License: UNKNOWN
Location: /Users/USERNAME/brew/lib/python3.9/site-packages
+
Location: /Users/USERNAME/brew/lib/python3.9/site-packages
Requires:
+
Requires:
Required-by:
+
Required-by:
</pre>
 
  
 
== Related ==
 
== Related ==

Revision as of 14:26, 7 February 2022

pip show -f <package>


pip show setuptools
Name: setuptools
Version: 60.5.0
Summary: Easily download, build, install, upgrade, and uninstall Python packages
Home-page: https://github.com/pypa/setuptools
Author: Python Packaging Authority
Author-email: [email protected]
License: UNKNOWN
Location: /Users/USERNAME/brew/lib/python3.9/site-packages
Requires:
Required-by:

Related

See also

Advertising: