Python Forum
beginner needs PyGame advice
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
beginner needs PyGame advice
#2
The only thing you need to know is how to invoke pip. You do this from the system command prompt, not the python prompt. Python prompt will have >>>.pip will do the rest, find pygame, download and install pygame.

The next thing you need to know is that you need to make sure pycharm is using the correct python version you installed pygame to. Some IDEs come with python prepackaged. So if this is the case you need to point pycharm to the python interpreter that you installed pygame to.

The command is
pip install pygame
It doesn't matter what IDE you use. It's all preference.
Recommended Tutorials:
Reply


Messages In This Thread
beginner needs PyGame advice - by barryjo - Dec-03-2021, 09:25 PM
RE: beginner needs PyGame advice - by metulburr - Dec-03-2021, 10:12 PM
RE: beginner needs PyGame advice - by barryjo - Dec-03-2021, 10:39 PM
RE: beginner needs PyGame advice - by metulburr - Dec-04-2021, 01:51 AM
RE: beginner needs PyGame advice - by snippsat - Dec-04-2021, 11:21 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question How to create .exe with PyGame [BEGINNER] PolarBear123 1 2,393 Mar-13-2020, 02:54 AM
Last Post: snippsat
  Beginner needing advice with data files JFI2019 2 2,258 Nov-06-2019, 04:56 PM
Last Post: JFI2019
  Pygame*import pygame ImportError: No module named pygame CASPERHANISCH 1 9,784 Jun-05-2017, 09:50 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

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