Update install_macos_dependencies.sh

This commit is contained in:
Friwi
2023-12-14 12:09:27 +01:00
committed by GitHub
parent e9aeb06788
commit 47ff1bd3ea

View File

@@ -1,4 +1,6 @@
#!/bin/bash
brew install ninja
/Library/Frameworks/Python.framework/Versions/Current/bin/python -m pip install --ignore-installed six || True
python -m venv .venv
source .venv/bin/activate
pip install --ignore-installed six