+++팁+++

m1) pygame 설치

히드라✧ 2022. 4. 12. 14:48

❍ 개발환경

venv 로 설치

# brew update
~ brew update

# 패키지 설치
brew install pkg-config xquartz 
brew install sdl2 sdl2_gfx sdl2_image sdl2_mixer sdl2_net sdl2_ttf 

# venv 환경설정
python3 -m venv venv  
source venv/bin/activate  

# pip update
pip install —-upgrade pip setuptools  

# install pygame
pip install wheel  
pip install venvdotapp  
venvdotapp  # venv 실행확인
pip install git+https://github.com/nelsonlove/pygame 

# pygame test
python -m pygame.examples.aliens