Hi all - new to coding and Pythonista but loving learning
So, I have a script that I want to run that contains the pygame module. When I run the script which has on a line...
Import pygame
I get an error message informing me the module is not found.
How does one install additional modules please? Is this possible?
Thanks.