pip freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_}
For further actions, you may consider blocking this person and/or reporting abuse
pip freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)