如何在Python 3.4上安装PyGame? [英] How to install PyGame on Python 3.4?

查看:265
本文介绍了如何在Python 3.4上安装PyGame?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以我有这个小问题.当我尝试为Python 3.4安装PyGame时,我下载了.whl(wheel?)文件,却不知道如何使用它.有些人告诉我一些有关pip的信息,但不知道如何使用/安装它.

So I have this little problem. When I try to install PyGame for Python 3.4 I download a .whl (wheel?) file and don't know how to use it. Some guys told me something about pip but don't know how to use/install it.

推荐答案

您可以为Python 3.4安装wheel文件

You can install the wheel file for Python 3.4 here:

首先,您必须从pip安装wheel包,然后再安装Pygame.

First you have to install the wheel package from pip then install Pygame.

pip install wheel

pip install pygame‑1.9.2a0‑cp34‑none‑win_amd64.whl

以下视频可帮助您在 Youtube 上安装点子.

Here's a video to help you install pip on Youtube.

这篇关于如何在Python 3.4上安装PyGame?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆