- 国内python下载地址(华为云):https://mirrors.huaweicloud.com/python/
- 国内第三方库镜像(清华):https://pypi.tuna.tsinghua.edu.cn/simple
- 国内第三方库镜像(阿里):https://mirrors.aliyun.com/pypi/simple/
pip
临时使用
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package
注意,simple 不能少, 是 https 而不是 http
设为默认
升级 pip 到最新的版本 (>=10.0.0) 后进行配置:
python -m pip install --upgrade pip
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
如果您到 pip 默认源的网络连接较差,临时使用本镜像站来升级 pip:
python -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade pip
GITHUB国内镜像
每日更新:https://fcp7.com/github-mirror-daily-updates.html
检测打包程序是否报毒
- https://www.virustotal.com/gui/
- https://www.virscan.org/