美文网首页Python
Mac os install Pygame

Mac os install Pygame

作者: Allenwang | 来源:发表于2018-08-29 23:42 被阅读0次

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

相关文章

网友评论

    本文标题:Mac os install Pygame

    本文链接:https://www.haomeiwen.com/subject/hwslwftx.html