Update install_macos_dependencies.sh

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

View File

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