Update install_macos_dependencies.sh

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

View File

@ -1,6 +1,4 @@
#!/bin/bash #!/bin/bash
brew install ninja brew install ninja
python -m venv .venv python3 -m pip install --ignore-installed six
source .venv/bin/activate
pip install --ignore-installed six