0
Can any one tell me how to download any module for example : ( pygame)
3 Antworten
+ 2
in your terminal:
pip install pygame
+ 2
If you are using Windows:
py -m pip install pygame
If you are using Linux:
pip install pygame
0
in sololearn or your desktop ?