Difference between revisions of "Pip show"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 
  pip show -f <package>
 
  pip show -f <package>
 +
 +
<pre>
 +
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:
 +
</pre>
 +
  
 
== See also ==
 
== See also ==

Revision as of 14:23, 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:


See also

Advertising: