pip-review upgrade all python packages

Often update python packages, there is a need to update many packages at a time, depressed, especially with pycharm, there is no one-key upgrade function.

 

pip-review is a third-party package to solve this problem.

Basic method of use:

 pip install pip-review

#View to update pip-review

#Automatic batch upgrade pip-review --auto

#Run interactively, upgrade each package pip-review --interactive

Guess you like

Origin www.cnblogs.com/jackadam/p/12677840.html