search

Showing posts with label pip. Show all posts
Showing posts with label pip. Show all posts

Sunday, March 22, 2015

How to find outdated python packages in your environment

The easiest way to find out if updated version of any installed package is available is to run that command:
pip list --outdated


There is also a special package for that task which is called pip-tools