Created
October 1, 2022 14:40
-
-
Save JeffJacobson/68e1cf4b79857b395b6491cc0fd078fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip list --outdated --format json | ConvertFrom-Json | foreach { $_.name } | Out-File outdated.txt | |
pip install -r .\outdated.txt --update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment