How to install PyGame on Python 3.4?

You can install the wheel file for Python 3.4 here:

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

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

Leave a Comment