mirror of
				https://github.com/jcefmaven/jcefbuild.git
				synced 2025-11-04 08:33:40 +08:00 
			
		
		
		
	Update install_macos_dependencies.sh
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user