How to update all python packages in Windows?

1) Open a command shell by typing powershell in the Search Box of the Task bar

2) Enter pip freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_}

Discover more from Tips and Hints for Aerospace Engineers

Subscribe now to keep reading and get access to the full archive.

Continue reading