Python 安装第三方模块的三种方法 Dictator丶 2019-01-19 596 阅读1分钟 pip install 下载源码解码,进入解压后的目录,python setup.py install ***.whl 安装方法 pip install ***.whl