0

Can any one tell me how to download any module for example : ( pygame)

21st Aug 2020, 10:59 AM
DarkBrew
DarkBrew - avatar
3 Answers
+ 2
in your terminal: pip install pygame
21st Aug 2020, 11:02 AM
Slick
Slick - avatar
+ 2
If you are using Windows: py -m pip install pygame If you are using Linux: pip install pygame
21st Aug 2020, 11:06 AM
Seb TheS
Seb TheS - avatar
0
in sololearn or your desktop ?
21st Aug 2020, 11:02 AM
Rei
Rei - avatar