/pip-upgrade-all

Simple and easy-to-use app to update pip packages installed on it.

Primary LanguagePython

pip-upgrade-all

⚠️ This project was only a hobby and is not being maintained. If you want an active alternative, please check out this project.

Simple and easy-to-use app to update pip packages.

Requirements

  • python (>=3.4)
  • pip (>=10.0.1)

Usage

$ python pip-upgrade-all.py

Options

--interactive -i

Runs the app in a loop till exit or keyboard interrupt.

--ignore_stdout -s

Silences the output of pip's logging of upgrade progress.