zoukankan      html  css  js  c++  java
  • python从国内镜像安装第三方库

    在路径C:UsersAdministrator下创建pip文件夹(Python3也是创建pip文件夹,而不是pip3文件夹),并新建文件 pip.ini (python3也是这些内容),内容如下填写即可

    [global]
    index-url = https://pypi.tuna.tsinghua.edu.cn/simple
    trusted-host = pypi.tuna.tsinghua.edu.cn
    disable-pip-version-check = true
    timeout = 120
    其中index-url可以换成下面其他的地址,速度都差不多
    http://mirrors.aliyun.com/pypi/simple/ //阿里
    https://pypi.tuna.tsinghua.edu.cn/simple/ //清华
    http://pypi.douban.com/ //豆瓣
    http://pypi.hustunique.com/ //华中理工大学
    http://pypi.sdutlinux.org/ //山东理工大学
    http://pypi.mirrors.ustc.edu.cn/ //中国科学技术大学




  • 相关阅读:
    2017.10.17笔记
    鼠标移入移出方向判断
    12.14 css3
    百叶窗 蒙版 图层
    banner轮播
    12.13
    12.11 jq基础
    11.30 AJAX
    11.28 Window事件 iframe操作
    11.28.cookie
  • 原文地址:https://www.cnblogs.com/mituzhifan-/p/11773749.html
Copyright © 2011-2022 走看看