diff --git a/CS/Languages/Python.md b/CS/Languages/Python.md index e8c229a..7fd3319 100644 --- a/CS/Languages/Python.md +++ b/CS/Languages/Python.md @@ -1,4 +1,4 @@ -pip freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_} +`pip freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_}` From <[https://www.activestate.com/resources/quick-reads/how-to-update-all-python-packages/](https://www.activestate.com/resources/quick-reads/how-to-update-all-python-packages/)>