如何快速安装第三方库?

  通过python 豆瓣园源https://pypi.douban.com/simple/进行安装,利用国内网速

 

如何安装?

  pip -i install https://pypi.douban.com/simple/ 第三方库名字

pip -i install https://pypi.douban.com/simple/ django
# 豆瓣源安装Django

 

相关文章:

  • 2021-09-18
  • 2021-08-07
  • 2021-04-09
  • 2021-07-01
  • 2021-12-28
  • 2021-08-25
  • 2022-12-23
猜你喜欢
  • 2021-06-01
  • 2022-12-23
  • 2021-12-15
  • 2021-08-06
  • 2021-05-06
  • 2021-11-18
  • 2022-12-23
相关资源
相似解决方案