pip freeze shows me the packages installed, but how do I check against pypi which ones are outdated?

link|improve this question

67% accept rate
feedback

1 Answer

Use this pip fork:

https://github.com/dgladkov/pip

Which does exactly what you want using this command:

$ pip outdated
link|improve this answer
lol, thanks dsa. We both already commented on the fork before :) – Xster Apr 26 '11 at 2:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.