Bootstrap

20250108_103746 python 设置pip下载源为国内源

pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
pip config set install.trusted-host mirrors.aliyun.com

;