pip-check gives you a quick overview of all installed packages and their update status. Under the hood it calls pip list --outdated --format=columns and transforms it into a more user friendly table.
4 lines
200 B
Plaintext
4 lines
200 B
Plaintext
pip-check gives you a quick overview of all installed packages and their update
|
|
status. Under the hood it calls pip list --outdated --format=columns and
|
|
transforms it into a more user friendly table.
|