Skip to content

ivan-verges/PythonPackagesUpdater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

PythonPackagesUpdater

This Python Script updates the PIP Module and then all outdated pip modules automatically using the call and check_output methods from the subprocess module, which enables python to run commands directly from code and get execution output (check_output).

This script is usefull when dealing with a lot of packages that requires to be updated and want to save time while dealing with this task.

NOTE: Some pip modules have specific and strict dependences which are required to be able to run and work correctly, be careful with this and avoid breaking some packages.

About

Python Script to Update All Python Modules Via PIP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages