How to install pygame in python

silencement
Release: 2019-07-08 10:17:46
Original
10345 people have browsed it

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
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!