pypa / pip

The Python package installer
https://pip.pypa.io/
MIT License
9.74k stars 3.08k forks source link

'Requirement already up-to-date' message should show version #828

Closed hickford closed 8 years ago

hickford commented 12 years ago

It would be helpful if pip showed me what version was installed when I try to do an upgrade and the upgrade isn't necessary. Rather than

$ pip install --upgrade requests
Requirement already up-to-date: requests in c:\python27\lib\site-packages
Cleaning up...

It would be

$ pip install --upgrade requests
Requirement already up-to-date: requests 1.1.0 in c:\python27\lib\site-packages
Cleaning up...
techtonik commented 8 years ago

Might worth adding hacktoberfest tag to easy issues.

xavfernandez commented 8 years ago

Closed by #4081