|
|
|
|
|
by netheril96
1479 days ago
|
|
You can change the pypi index URL with `pip config set global.index-url`. For example, as a Chinese, I often switch to `https://pypi.tuna.tsinghua.edu.cn/simple`. You may need to look up which one is available and faster in your region. |
|
But I shouldn't need to know this, pip should have taken care of picking the best download mirror.
Or it could just support resuming a previous download. I don't actually mind waiting for a slow download or having to rerun pip install a few times, as long as it makes progress each time I run it.