Excellent Tip to update all Python packages together


https://www.activestate.com/resources/quick-reads/how-to-update-all-python-packages/


step 1pip list --outdated


Step 2 : Open PowerShell

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

Comments

Popular posts from this blog

Balkanization of Pakistan

Film Reviews on IndiaFM

Outsourcing - the new wave !!