分类: 速查表

各种速查文档

2 篇文章

python速查表
python镜像源切换 临时切换: pip install 包名 -i https://pypi.tuna.tsinghua.edu.cn/simple 永久切换: pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple 其他镜像源: …