搜索python pygame會(huì)有很多方法,因?yàn)閜ython的版本的原因以及英文的原因
到了pygame.org/download.shtml? ?進(jìn)入pygame.org要看到這個(gè)頁(yè)面都很難言秸,太奇怪
進(jìn)入python官網(wǎng)點(diǎn)擊PyPI
搜pygame 下載對(duì)應(yīng)的版本软能,你會(huì)發(fā)現(xiàn)好多版本
pygame-1.9.3-cp36-cp36m-win_amd64.whl
cp36的意思就是python 3.7 的意思 amd64表示是64位的意思
反正就是亂,雖然csdn上有很多的方法:
不過(guò)我在官網(wǎng)上看到
GettingStarted —?wiki
Pygame Installation
Pygame requires Python; if you don't already have it, you can download it from?python.org.?Use python 3.6.1?or greater, because it is much friendlier to newbies, and additionally runs faster.
The best way to install pygame is with the?pip?tool (which is what python uses to install packages). Note, this comes with python in recent versions. We use the --user flag to tell it to install into the home directory, rather than globally.
python3-m pip install-U pygame--user
To see if it works, run one of the included examples:
python3-m pygame.examples.aliens
If it works, you are ready to go! Continue on to the?tutorials.
大約的意思就是 開(kāi)始運(yùn)行cmd?
進(jìn)入python的目錄?
python -m pip install-U pygame--user
輸入這個(gè)命令举畸,就會(huì)自動(dòng)下載安裝
下面這一條
python -m pygame.examples.aliens
是測(cè)試看安裝成功了沒(méi)
這樣子好像就不用管版本的問(wèn)題