Python Forum
How to install latest version of 'pygame'
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to install latest version of 'pygame'
#1
Hi all! I am with windows( on command prompt). First: is it possible to look first at all versions of 'pygame'. Second how to install latest version of 'pygame'. Thanks in advance.
Reply
#2
You install with pip install pygame.
From cmd:
Microsoft Windows [Version 10.0.16299.431]
(c) 2017 Microsoft Corporation. Med enerett.

C:\WINDOWS\system32>cd\
# Install
C:\>pip install pygame
Collecting pygame
  Downloading https://files.pythonhosted.org/packages/ec/..../pygame-1.9.3-cp36-cp36m-win32.whl (4.0MB)
    100% |████████████████████████████████| 4.0MB 2.6MB/s
Installing collected packages: pygame
Successfully installed pygame-1.9.3

# Test that it work
C:\>python
Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygame
>>> pygame.__version__
'1.9.3'
>>> exit()

C:\>
pip should work like this,also from anywhere in cmd.
If not follow Python 3.6 and pip installation under Windows
@metulburr Install and Troubleshooting pygame
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help for the shortest way to install a suitable version of Python, Numpy, and OpenCV. Ezzat 2 2,304 Dec-23-2021, 12:34 PM
Last Post: snippsat
  Get latest version off website and save it as variable [SOLVED] AlphaInc 5 1,990 Nov-14-2021, 09:00 PM
Last Post: DeaD_EyE
  Need to install an old version of matplotlib Pedroski55 3 3,128 Oct-02-2021, 07:36 AM
Last Post: buran
  Running latest Python version on the Terminal (MAC) Damian 4 2,657 Mar-22-2021, 07:58 AM
Last Post: Damian
  Latest file with a pattern produces an error tester_V 4 3,213 Dec-10-2020, 02:14 AM
Last Post: tester_V
  Read plotly-latest.min.js from local issac_n 1 2,188 Nov-18-2020, 02:08 PM
Last Post: issac_n
  Anaconda-install on MX-Linux Version 19.xy - but somehow got stuck apollo 1 2,568 May-04-2020, 11:27 AM
Last Post: snippsat
  pygame install windows 10 s fenny666 4 4,261 Mar-21-2020, 03:55 AM
Last Post: fenny666
  Help figuring out why I can't install pygame Skeleton_Warrior 4 13,099 Oct-20-2019, 10:02 PM
Last Post: Skeleton_Warrior
  How to save latest time stamp in a file? redwood 12 7,259 Jul-11-2019, 11:03 AM
Last Post: redwood

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020