美文网首页
python2python3如何利用命令行安装pygame?

python2python3如何利用命令行安装pygame?

作者: 海丁香 | 来源:发表于2019-08-26 09:02 被阅读0次

(作者 海丁香)

在网上查找到的不少命令会报错,修改后如下:

一、安装或更新pip:

在Powershell输入:

cd D:\python37\Scripts

(自己依样修改路径)

easy_install-3.7.exe pip

如果提示更新,直接依样画葫芦即可。

二、安装pygame:

重新打开并在Powershell输入:

python2 -m pip install -U pygame

python3 -m pip install -U pygame

相关文章

网友评论

      本文标题:python2python3如何利用命令行安装pygame?

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