美文网首页
设置pip源

设置pip源

作者: LOok_阳阳 | 来源:发表于2022-02-22 19:28 被阅读0次

    windows 设置豆瓣源

    pip config set global.index-url http://pypi.douban.com/simple 
    

    获取包

    pip install [packagename] --trusted-host pypi.douban.com
    
    例:
    pip install jupyter --trusted-host pypi.douban.com
    

    相关文章

      网友评论

          本文标题:设置pip源

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