pygame install

36

# 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: [email protected]
License: LGPL
Location: c:\users\name\appdata\local\programs\python\python310\lib\site-packages
Requires:
Required-by:
py -m pip install -U pygame --user

Comments

Submit
0 Comments