From here.
1 | pip install --upgrade pip --index-url https://mirrors.sustech.edu.cn/pypi/web/simple |
The second command creates a “~/.config/pip/pip.conf” file with the following content, which will be read by pip when running.
1 | [global] |
From here.
1 | pip install --upgrade pip --index-url https://mirrors.sustech.edu.cn/pypi/web/simple |
The second command creates a “~/.config/pip/pip.conf” file with the following content, which will be read by pip when running.
1 | [global] |