Home >Backend Development >Python Tutorial >How to install pygame in python

How to install pygame in python

silencement
silencementOriginal
2019-06-26 10:51:4810559browse

How to install pygame in python

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn