How do you display basic information about a numpy package (name, version, home page, license, location, etc.) with pip? The > character stands for a command prompt.

Questions & AnswersCategory: PythonHow do you display basic information about a numpy package (name, version, home page, license, location, etc.) with pip? The > character stands for a command prompt.
Geek Boy Staff asked 2 years ago

How do you display basic information about a numpy package (name, version, home page, license, location, etc.) with pip? The > character stands for a command prompt.

a. > pip display numpy

b. > pip show numpy

c. > pip check numpy

d. > pip search numpy