parent
11cb07b9da
commit
3b9159bb7a
|
@ -5,9 +5,9 @@
|
|||
一般可到 <https://pypi.org> 搜索 Python 包,通过:
|
||||
|
||||
```bash
|
||||
pip2 install <package name>
|
||||
pip2 install <package name> -i http://mirrors.aliyun.com/pypi/simple/
|
||||
# 或
|
||||
pip3 install <package name>
|
||||
pip3 install <package name> -i https://pypi.mirrors.ustc.edu.cn/simple/
|
||||
```
|
||||
|
||||
来安装包。
|
||||
|
|
Loading…
Reference in New Issue