I tried using pip to install Pygame/Pygame Zero via Command Prompt, but it didn't work as expected. Here's what happened.
So basically, I tried using the command python -m pip install -U pip
but it didn't work as expected. I received a message saying:
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
I realized this would be useless, as I already downloaded pip with Python.
Then what I tried to do was use the commands pip install pygame
and pip install pgzero
but that didn't work either. Both commands resolved to this:
'pip' is not recognized as an internal or external command,
operable program or batch file.
Can you help me?