4 Réponses
+ 6
Go to python.org
and download the correct installer for your computer which means if you on mac download the mac version .. if you on windows download the windows version
+ 5
"...how to install imports/modules in Python?"
How to install packages:
https://packaging.python.org/en/latest/tutorials/installing-packages/
+ 2
You can use pycharm ide for running python.
https://www.jetbrains.com/pycharm/download/?section=windows
+ 1
first go to python.org then download version for mac or windows then you can got to terminal nad type in: pip install pygame, if that doesen't work then you can try pip3 install pygame