Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get date and time of installation for packages installed via pip

I would like to find a way to get the calendar date and time in hour:minute:seconds format for my packages installed via pip.

I would like to be able to see something in output like: Month/Day/Year - Hour:Minute:Seconds for each package.

Thanks!

like image 891
wgwz Avatar asked May 31 '15 15:05

wgwz


1 Answers

Get much more than just date & time, but also install method, using pip-date

enter image description here

like image 109
Gaia Avatar answered Oct 14 '22 11:10

Gaia