Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to install pygame windows 10

# Check if you have it installed
pip show pygame

# Check your version of pip (you might need to upgrade)
pip --version

# Install pygame with no cache
pip install pygame --no-cache-dir

# Check if its installed
pip show pygame

# Result:
Name: pygame
Version: 2.1.2
Summary: Python Game Development
Home-page: https://www.pygame.org
Author: A community project.
Author-email: pygame@pygame.org
License: LGPL
Location: c:users
ameappdatalocalprogramspythonpython310libsite-packages
Requires:
Required-by:
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #install #pygame #windows
ADD COMMENT
Topic
Name
8+4 =