使用pip可以提高网速
\Lib\site-packages\pip\models\index.py文件,将PYPI的值改为你所需要的镜像源即可,例如改为豆瓣镜像源:

#PyPI = Index('https://pypi.python.org/')  
PyPI = Index('https://pypi.douban.com/')

相关文章:

  • 2021-08-12
  • 2022-12-23
  • 2022-01-07
  • 2021-07-03
  • 2021-08-15
  • 2021-10-12
  • 2022-01-21
  • 2021-12-03
猜你喜欢
  • 2021-10-13
  • 2021-12-19
  • 2021-11-27
  • 2021-08-23
  • 2021-10-15
  • 2021-08-05
相关资源
相似解决方案