Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 2 KB

README.md

File metadata and controls

30 lines (23 loc) · 2 KB

PyPI release GitHub Issues GitHub pull requests GitHub closed pull requests GitHub License CodeFactor GitHub repo size GitHub Repo stars GitHub Repo forks Downloads

ypkgupgr

The pip package updater by yesseruser

pip install ypkgupgr

This is a package updater that updates all outdated packages when run.

This package works with Python 3.9+.

To install, follow the steps listed here:
Installation

Here's the wiki page:
Wiki

If you're running the package from a python file, please use a subprocess instead of importing and calling the update_packages function. This is because the package can update itself and can result in an error because of the code changing.