-
As we know, we can install packages from different mirror source with index-url: pip install sanic-dantic -i https://pypi.tuna.tsinghua.edu.cn/simple I know I can set pip's global config to change index-url. the aliyun is my primary mirror source, when I released a new pacakge in pipy, I need use tsinghua mirror source to install it. Is there anyway can let me install pacakge only once from tsinghua mirror source ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Another with the same question, for example, how would I add this to pip3 install -i https://pypi.anaconda.org/numba/label/wheels_experimental_m1/simple numba |
Beta Was this translation helpful? Give feedback.
-
Let me know PDM's source settings solves your problem or why not. |
Beta Was this translation helpful? Give feedback.
Let me know PDM's source settings solves your problem or why not.