Skip to content

Commit de49dec

Browse files
1 parent e5211e2 commit de49dec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pip install paddleslim -i https://pypi.tuna.tsinghua.edu.cn/simple
2727

2828
安装指定版本:
2929
```bash
30-
pip install paddleslim=2.0.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
30+
pip install paddleslim==2.0.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
3131
```
3232

3333
## 最近更新

docs/zh_cn/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pip install paddleslim -i https://pypi.tuna.tsinghua.edu.cn/simple
88

99
安装指定版本:
1010
```bash
11-
pip install paddleslim=2.0.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
11+
pip install paddleslim==2.0.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
1212
```
1313

1414
## 版本对齐

0 commit comments

Comments
 (0)