pip freeze shows me the packages installed, but how do I check against pypi which ones are outdated?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
Since version 1.3, pip features a new command:
See this post for more information. |
|||
|
|
|
Use this pip fork: https://github.com/dgladkov/pip Which does exactly what you want using this command:
|
||||
|
|
|
Perhaps pip-tools, available at https://github.com/nvie/pip-tools, might help you achieve what you want? An example from the README:
|
|||
|
|