美文网首页
python各种工具

python各种工具

作者: 陈文瑜 | 来源:发表于2019-08-12 15:50 被阅读0次

pip

  • pip源太慢
    pip install pip -U
    pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
    
清华:https://pypi.tuna.tsinghua.edu.cn/simple

阿里云:http://mirrors.aliyun.com/pypi/simple/

中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/

华中理工大学:http://pypi.hustunique.com/

山东理工大学:http://pypi.sdutlinux.org/ 

豆瓣:http://pypi.douban.com/simple

jupyter

  • 安装
    pip install jupyter
    

超时处理

pip install --default-timeout=100 tensorflow

相关文章

网友评论

      本文标题:python各种工具

      本文链接:https://www.haomeiwen.com/subject/hlpujctx.html