Update install_macos_dependencies.sh

This commit is contained in:
Friwi
2025-11-05 08:06:16 +01:00
committed by GitHub
parent eb01c1e80f
commit 0e3a94c5bf

View File

@@ -3,7 +3,7 @@
PYTHON=python3
brew install ninja
brew install six
pip3 install six
"$PYTHON" -m pip list
echo "from six.moves import configparser" | "$PYTHON" && echo "Success importing stuff from six moves python module"