From 22781870cd7059ccf080a51c8c0a9bb103d5448d Mon Sep 17 00:00:00 2001 From: andy Date: Thu, 15 Jun 2023 20:05:09 +0100 Subject: [PATCH] vault backup: 2023-06-15 20:05:09 Affected files: .obsidian/workspace-mobile.json .obsidian/workspace.json Languages/Spanish/Tenses.md Money/Assets/Asset.md Money/Assets/Derivative.md Money/Assets/Financial Instruments.md Politcs/Now.md STEM/CS/Languages/Python.md --- CS/Languages/Python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/)>