Skip to content

Nurul-GC/pipInstall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pipinstall-icon

Github license GitHub language count
GitHub issues GitHub Repo stars GitHub forks

I introduce to you the scripts that 
easily upgrade all the 3rd-party modules
installed on your python virtual environment (pip)
  • it gets the module list generated by the pip list command;
  • then save it in a file located on .list/packages.txt;
  • with his content organized by module_name>=version_installed;
  • it also update the modules through the pip install --upgrade -r packages.txt command;
  • and even allow you to install new packages;

Screenshot

pipinstall-gui


© 2019-2022 Nurul-GC
™ArtesGC Inc.

About

easily/auto updater of packages installed by pip

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages