[*] 修改为 group

This commit is contained in:
Martin 2025-01-04 17:56:01 +08:00
parent ba90adab54
commit 96b2c57938

View File

@ -46,5 +46,5 @@ RUN --mount=type=cache,target=/var/cache/apt \
#### Python 镜像源配置测试 #### Python 镜像源配置测试
```bash ```bash
pip config set global.index-url https://mirrors.martin98.com/repository/pypi-tsinghua/simple pip config set global.index-url https://mirrors.martin98.com/repository/pypi-group/simple
``` ```