We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f408689 commit a8e2f98Copy full SHA for a8e2f98
README.md
@@ -80,7 +80,7 @@
80
81
### 安装命令
82
83
-- 安装方法一<PIP源直接安装>:
+- 安装方法一 **PIP源直接安装**
84
```bash
85
python -m pip install paddle-rec
86
```
@@ -89,9 +89,8 @@
89
> - 可以先pip安装`PaddlePaddle`,`python -m pip install paddlepaddle==1.7.2 -i https://mirror.baidu.com/pypi/simple`
90
> - 其他安装问题可以在[Paddle Issue](https://github.com/PaddlePaddle/Paddle/issues)或[PaddleRec Issue](https://github.com/PaddlePaddle/PaddleRec/issues)提出,会有工程师及时解答
91
92
-- 安装方法二
93
-
94
- 源码编译安装
+- 安装方法二 **源码编译安装**
+
95
- 安装飞桨 **注:需要用户安装版本 == 1.7.2 的飞桨**
96
97
```shell
0 commit comments