Skip to content

Commit 191b52a

Browse files
committed
fix
1 parent 94e15d2 commit 191b52a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@
9292
- 安装方法二
9393

9494
源码编译安装
95-
1. 安装飞桨 **注:需要用户安装版本 >=1.7.2 的飞桨**
95+
1. 安装飞桨 **注:需要用户安装版本 ==1.7.2 的飞桨**
9696

9797
```shell
98-
python -m pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple
98+
python -m pip install paddlepaddle==1.7.2 -i https://mirror.baidu.com/pypi/simple
9999
```
100100

101101
2. 源码安装PaddleRec

0 commit comments

Comments
 (0)