I wanna use the pygame module ( i'm on VSCODE ), so i'v tryed to use " pip install pygame and the terminal return me that. enter image description here
Can someone to help me !? :/
I wanna use the pygame module ( i'm on VSCODE ), so i'v tryed to use " pip install pygame and the terminal return me that. enter image description here
Can someone to help me !? :/
Your pip script is not globally recognized, you can forward to this article or this one for help or just open command prompt and go to your python folder using "cd pathtoyourpythonfolder" default Python path on Windows is C:\Users\YourUsername\AppData\Local\Programs\Python\Python"yourpythonversion"\Scripts there execute your pip install command..