I am trying to install Pygame, but I am very confused. On the pygame.org website, there is no version for 3.4, and when I download the correct file from http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame I get a .whl file. Upon further investigation, I've come across another question like this: How to install PyGame on Python 3.4?
But when I try to run
pip install wheel
pip install pygame-1.9.2a0-cp34-none-win32.whl
I get an error:
SyntaxError: invalid syntax
And it highlights the "install" part of the code. Help?