如何知道请求等模块何时安装 - 日期、小时和分钟
例如 pip show 只显示以下详细信息,没有时间
pip show requests
---
Metadata-Version: 1.1
Name: requests
Version: 2.6.0
Summary: Python HTTP for Humans.
Home-page: http://python-requests.org
Author: Kenneth Reitz
Author-email: [email protected]
License: Apache 2.0
Location: /usr/lib/python2.7/site-packages
Requires:
答案1
如何知道请求等模块何时安装 - 日期、小时和分钟
pip-date
可用于获取安装时间。
Show the installation/modification times of all your pip packages and other tools
pip-date
在 github 上。