1. 터미널 실행 코드

brew install sdl sdl_image sdl_mixer sdl_ttf smpeg portmidi

pygame을 설치하기 전 의존성 모듈을 먼저 설치해줘야 합니다. 위 명령어를 친 다음 진행해 주세요.

pip3 install pygame

해당 명령어는 Python이 설치된 상태에서 pygame을 설치하는 명령어 입니다. 만약 Python이 설치가 안되어 있다면 Python 공식 홈페이지에서 Python을 설치해주세요.

Python 공식 홈페이지

Welcome to Python.org

2. Visual Studio Code 환경 설정

우선 https://code.visualstudio.com/ 홈페이지로 이동하여 Mac용 visual studio를 설치해줍니다.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/a3e55805-4d10-4d06-8bd2-77fe1f6771d7/_2020-11-26__2.08.42.png

extension 설치 방법은 윈도우와 동일합니다. 아래의 영상을 참고해주세요.

단축키는 아래를 참고해주세요