Pygame install
1、
brew install hg sdl sdl_image sdl_ttf
2、
brew install sdl_mixer portmidi
3、
(1)安装pip3
pip install --upgrade pip
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
https://pip.readthedocs.io/en/stable/installing/
(2) 安装Pygame
pip3 install --user hg+http://bitbucket.org/pygame/pygame
网友评论