通常大家pip install -U XXXX,是不是感觉下载贼慢,教你个秘诀,这个方法速度贼快,用过的都说好,这个秘诀就是:

pip install -U XXXX -i "https://pypi.doubanio.com/simple/"

其中XXXX就是你想要下载的模块名称,例如,我需要下载TensorFlow,命令行输入:pip install -U tensorflow -i "https://pypi.doubanio.com/simple/",回车即可

一招教你快速用pip下载你想要的python模块

相关文章:

  • 2021-08-11
  • 2021-08-06
  • 2021-12-02
  • 2021-03-31
  • 2021-09-26
  • 2021-09-12
  • 2021-12-26
  • 2021-10-25
猜你喜欢
  • 2021-08-23
  • 2021-06-15
  • 2021-12-15
  • 2022-12-23
  • 2021-10-01
  • 2021-06-03
  • 2021-12-10
相关资源
相似解决方案