配置 pip 源

  • 创建 $HOME/.pip/pip.conf 文件,内容如下
    1
    2
    3
    4
    5
    6
    7
    8
    
    [global]
    index-url=https://pypi.tuna.tsinghua.edu.cn/simple
    
    [install]
    trusted-host=pypi.tuna.tsinghua.edu.cn
    
    [list]
    format=columns