2021-11-14 15:52:46 +08:00

402 B

title, date, lastmod, keywords, tags, categories
title date lastmod keywords tags categories
python pip 2019-10-29T21:17:22+08:00 2019-10-29T21:17:22+08:00
pip
python
python

配置 pip 源

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