mirror of
https://github.com/Colin-XKL/Colinx-Blog.git
synced 2026-01-11 18:21:28 +08:00
feat: update post
This commit is contained in:
@@ -153,7 +153,14 @@ pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple
|
||||
```shell
|
||||
python3 -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade pip
|
||||
```
|
||||
如果提示pip命令不存在需要先安装一下
|
||||
```shell
|
||||
# Ubuntu/Debian
|
||||
sudo apt install python3-pip
|
||||
|
||||
# CentOS/Fedora
|
||||
sudo yum install python3-pip
|
||||
```
|
||||
|
||||
|
||||
### 为Docker配置镜像源
|
||||
|
||||
Reference in New Issue
Block a user