mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Revert "Merge branch 'patch-1' of github.com:wordlesswind/mirror-web into patch-1"
This reverts commit53e8a51a1f, reversing changes made to0765d92fee.
This commit is contained in:
parent
53e8a51a1f
commit
8a74666d40
|
|
@ -22,13 +22,13 @@ pip install -i https://{{ site.pypi }}/simple some-package
|
|||
|
||||
```
|
||||
python -m pip install --upgrade pip
|
||||
pip config set global.extra-index-url https://{{ site.pypi }}/simple
|
||||
pip config set global.index-url https://{{ site.pypi }}/simple
|
||||
```
|
||||
|
||||
如果您到 pip 默认源的网络连接较差,临时使用本镜像站来升级 pip:
|
||||
|
||||
```
|
||||
python -m pip install --extra-index-url https://{{ site.pypi }}/simple --upgrade pip
|
||||
python -m pip install -i https://{{ site.pypi }}/simple --upgrade pip
|
||||
```
|
||||
|
||||
### 配置多个镜像源
|
||||
|
|
|
|||
Loading…
Reference in New Issue