I am Charmie

メモとログ

PyGame installation using Anaconda

[code lang="bash"]

Search the packages by executing the following command.

binstar search -t conda pygame

For Linux 64bit

conda install -c https://conda.binstar.org/tlatorre pygame

For Windows 64bit

conda install -c https://conda.binstar.org/prkrekel pygame [/code]