mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-12-27 00:35:56 +08:00
Update install_macos_dependencies.sh
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
brew install ninja
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user