Skip to content

Instantly share code, notes, and snippets.

@ibo-o
ibo-o / python-upgrade-package.md
Created November 15, 2024 15:26 — forked from hritik5102/python-upgrade-package.md
How To Update All Python Packages

Python Package Upgrade Checklist

Get a list of all the outdated packages

$ pip list --outdated

Open a command shell by typing ‘powershell’ in the Search Box of the Task bar
Update All Python Packages On Windows