python -m pip freeze | % { $_.split('==')[0] } | %{ python -m pip install --upgrade $_ }
Created
July 13, 2025 01:01
-
-
Save jorgeadev/b9a967cd9de98199f2007b7c6df6e850 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment