Skip to content

Commit 1b1c647

Browse files
committed
Update 绿色版Python3注意事项.md
1 parent f5d48fb commit 1b1c647

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

绿色版Python3注意事项.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,9 @@ python -m pip +命令
4646
python -m pip install pyside2
4747
```
4848

49+
50+
使用国内镜像加速
51+
52+
```
53+
python -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pyside2
54+
```

0 commit comments

Comments
 (0)