第一步:
进入到python的安装目录的Scripts文件夹下
C:\>cd C:\Python34\Scripts
第二步:
安装wheel
C:\Python34\Scripts>pip install wheel
#######以下为系统显示安装时情况的内容#######
Downloading/unpacking wheel
Installing collected packages: wheel
Successfully installed wheel
Cleaning up...
第三步:
安装Pyside模块
C:\Python34\Scripts>pip install -U Pyside