Update install_macos_dependencies.sh

This commit is contained in:
Friwi 2023-12-19 11:18:10 +01:00 committed by GitHub
parent 64bb73c837
commit ff5fc9020a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,3 +2,6 @@
brew install ninja brew install ninja
python3 -m pip install --ignore-installed six python3 -m pip install --ignore-installed six
/Library/Frameworks/Python.framework/Versions/Current/bin/python -m pip list
echo "import six.moves" | /Library/Frameworks/Python.framework/Versions/Current/bin/python