pip show [package name]
As an example, take a look at requests.
Name: requests
Version: 2.18.4
Summary: Python HTTP for Humans.
Home-page: http://python-requests.org
Author: Kenneth Reitz
Author-email: [email protected]
License: Apache 2.0
Location: /Users/t-fuku/.pyenv/versions/3.5.1/lib/python3.5/site-packages
Requires: certifi, urllib3, chardet, idna
You can tell from the location.
Recommended Posts