Python 安装第三方模块的三种方法

596 阅读1分钟
  1. pip install
  2. 下载源码解码,进入解压后的目录,python setup.py install
  3. ***.whl 安装方法 pip install ***.whl