安装方式:

  1.pip安装:

如:pip install requests

  2.wheel安装:

在PyPI上下载对应的wheel文件:如要下载requests的wheel文件,打开:http://pypi.python.org/pypi/requests/2.17.3#downloads

然后再使用pip进行安装

如:pip install requests-2.17.3-py2.py3-none-any.whl

 python库安装如:requests,selenium等

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2022-01-07
  • 2022-12-23
  • 2021-08-08
  • 2021-04-01
  • 2021-09-24
猜你喜欢
  • 2021-05-03
  • 2021-04-15
  • 2021-12-06
  • 2021-12-21
  • 2021-08-24
  • 2021-09-26
  • 2022-01-23
相关资源
相似解决方案