Closed hickford closed 8 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...
Might worth adding hacktoberfest tag to easy issues.
Closed by #4081
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
It would be