简体   繁体   中英

pygame Python 3.6 Installing

I'm using Python 3.6, and I'm trying to download pygame, but I'm having trouble. I downloaded the right version, and I have pip ; but I have an error when I try to use it.

>>> pip install wheel
SyntaxError: invalid syntax
>>> pip install pygame‑1.9.2‑cp36‑cp36m‑win_amd64.whl
SyntaxError: invalid syntax

this is what I tried, and it said that install is invalid syntax. I couldn't find an answer, and my skills with windows are poor, so I'd appreciate some help. Thanks :)

转到命令行并导航到whl文件,然后再次运行命令,但不在Python解释器中

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM