I'm trying to install pygame. I now need to type import pygame
into the terminal, but then I get this error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'pygame'
How do I fix this?