pygame is a third-party module of python, mainly used for developing electronic games.
To install pygame, you must ensure that python has been installed on the computer. The following operations have python installed by default.
To install pygame, you can use python's own package management tool pip. Execute pip install pygame
pip install pygame
in the command line to start the installation, as follows
Finally, we open python, import pygame, and then check its version. Okay, you're done.
The above is the detailed content of How to install pygame in python. For more information, please follow other related articles on the PHP Chinese website!