https://peps.python.org/pep-0008/
pip config --global set global.index-url https://mirrors.aliyun.com/pypi/simple/
pip config --global set install.trusted-host mirrors.aliyun.com
python -m pip install --upgrade pip
pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu126
https://github.com/tporadowski/redis/releases
git config --global http.proxy http://127.0.0.1:7890 git config --global https.proxy https://127.0.0.1:7890