PIPUpdater is a Py Packages' Updater AKA PYTHON (SMT) System Maintenance Tool. It is a Python script that automates updating pip and all installed packages in a Python environment. It simplifies keeping your Python packages up-to-date, ensuring you have the latest versions of all dependencies.
No installation is required for the PIPUpdater.exe file. You can directly download and run it on your Windows.
You can download the latest version of the PIPUpdater executable for Windows from the Releases page.
- Download the
PIPUpdaterexecutable from the Releases page. - Place the
PIP_Updater.exefile in any directory of your choice. - Double-click the
PIPUpdate.exewhere you want to update your Python packages.
The script will update pip to the latest version and automatically update all installed packages in your global Python environment.
- Create and activate your virtual environment using your preferred method.
- Download the
PIPUpdaterexecutable from the Releases page. - Place the
PIP_Updater.exefile in your virtual environment directory. - Open the Command Prompt within the virtual environment:
- Press
Windows Key + R, typecmd, and press Enter.
- Press
- Navigate to the directory containing your virtual environment.
- Activate the virtual environment by running the appropriate command:
path_to_venv\Scripts\Activate- Replace
path_to_venvwith your actual virtual environment directory.
- Run the
.exefile, type the following command and press Enter:PIP_Updater.exe- The script will update pip to the latest version and automatically update all installed packages in your virtual Python environment (venv).
The PIP_Updater script is distributed under the MIT License. See the LICENSE file for more details.
For any questions or feedback, please reach out to me at email.
We have plans to expand PIP_Updater's support to other platforms in future releases. Stay tuned for updates!