I managed to install pip but when I use pip to install the downloaded wheel, it prints:
C:\\Python34\\Scripts\\pip install pygame-1.9.2a0-cp34-none-win_amd64
i tried a different version using 64 bit anaconda and it works fine
pip install pygame-1.9.2a0-cp35-none-win_amd64.whl
cp35 works a charm.