This Python script updates all installed packages using PIP. It is compatible with pip venv and virtualenv.
Follow the instructions below to install and use the PIP Package Updater.
-
Copy the
updater.py
file into your project folder. -
Activate your Python environment.
-
Run the script using the terminal.
Windows: python .\updater.py
MacOS: python3 ./updater.py
Simply run the script to update all installed packages using PIP.
Distributed under the MIT License. See LICENSE
for more information.
Tobias Menzel - @BonekitDEV
Project Link: Pip-PackageUpdater