From 3c775d376595628e7a59faf1dc063fd7a48b30fb Mon Sep 17 00:00:00 2001 From: Friwi Date: Thu, 14 Dec 2023 11:52:39 +0100 Subject: [PATCH] Update install_macos_dependencies.sh --- scripts/install_macos_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_macos_dependencies.sh b/scripts/install_macos_dependencies.sh index 8f95057..3b705b2 100644 --- a/scripts/install_macos_dependencies.sh +++ b/scripts/install_macos_dependencies.sh @@ -1,4 +1,4 @@ #!/bin/bash brew install ninja -brew reinstall six +pip install six