frok from rsync://littlefoxpro.xyz/repository/leaf

This commit is contained in:
2024-06-05 16:02:11 -04:00
commit b2a10ea78d
14 changed files with 1574 additions and 0 deletions

11
hints/pip.txt Normal file
View File

@@ -0,0 +1,11 @@
Python Pip换源
------------------------------------------------------------
mkdir -pv ~/.pip
cat > ~/.pip/pip.conf << "EOF"
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host = https://pypi.tuna.tsinghua.edu.cn
EOF
------------------------------------------------------------