Every time I want to use python on cmd on Windows 10, I get this error.
Python 3.6.3 (v3.6.3:2c5fed8, Oct 3 2017, 17:26:49) [MSC v.1900 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> pip install pygame
File "<stdin>", line 1
pip install pygame
^
SyntaxError: invalid syntax
How is this wrong? Every other command leads to a error like this.