0
Pip not external or internal command
im trying to download pygame
3 Respuestas
+ 3
"To download any module easily, follow the following steps:
Go the the scripts folder of your python installation
type cmd in the address bar and press enter.
The cmd should open up in the scripts directory.
type the command pip install <module name> and press enter.
Wait for the module to download."
https://www.quora.com/How-do-I-download-Pygame-for-Python-3-6-2
" How to: Useful pip Commands"
https://www.atlantic.net/cloud-hosting/how-to-useful-pip-commands/
+ 3
use like.
uninstall your python and reinstall your python and don't forget to add path when you installing it,it is a option in just tick it when you installing python.
and use pip not Pip. remember this.
+ 1
Thanks, this was easily explained, ;))