I ran:
python -m pip --version
And it returned:
pip 8.1.2 from C:\Users\myonl\AppData\Local\Programs\Python\Python35-32\lib\site-packages (python 3.5)
So I set my path to the above, but when I try to actually use pip I get:
pip install PyQt4
'pip' is not recognised as an internal or external command, operable program or batch file.
What am I doing wrong?