方法1、源码安装,在源码所在路径下,打开命令行模式,输入
python setup.py install 并回车
方法2、利用第三方安装工具
python -m pip install xxxx.whl 并回车