Skip to content

Commit 42d84a8

Browse files
JiabinYangxsrobin
authored andcommitted
Update install doc (PaddlePaddle#946)
* test=develop, update install doc * add setuptools dependency * Update compile_Ubuntu.md update cudnn version * Update install_Ubuntu.md update cudnn version * Update install_CentOS.md update cudnn version * test=develop, refine ubuntu cuda support * test=develop, refine ubuntu cuda support * test=develop, refine python support on python3.5 * fix python2 in ubuntu16.04 need gcc 5.4 * add nccl related doc * refine doc * add gpu fast install doc * refine command of pip * add avx off for mac complie * refine code * refine doc
1 parent a7763ad commit 42d84a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/fluid/beginners_guide/install/compile/compile_MacOS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696

9797
12. 在当前机器或目标机器安装编译好的`.whl`包:
9898

99-
For Python2: pip install (whl包的名字)
100-
For Python3: pip3.5 install (whl包的名字)
99+
For Python2: pip install -U(whl包的名字)
100+
For Python3: pip3.5 install -U(whl包的名字)
101101

102102
注意:以上涉及Python3的命令,用Python3.5来举例,如您的Python版本为3.6/3.7,请将上述命令中的Python3.5改成Python3.6/Python3.7
103103

@@ -197,7 +197,7 @@
197197

198198
12. 在当前机器或目标机器安装编译好的`.whl`包:
199199

200-
`pip install (whl包的名字)``pip3 install (whl包的名字)`
200+
`pip install -U(whl包的名字)``pip3 install -U(whl包的名字)`
201201

202202
> 如果您的电脑上安装有多个python环境以及pip请参见[FAQ](../Tables.html/#MACPRO)
203203

doc/fluid/beginners_guide/install/compile/compile_Windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
9. 在当前机器或目标机器安装编译好的 `.whl` 包:
9999

100-
`pip install (whl包的名字)` 或 `pip3 install (whl包的名字)`
100+
`pip install -U(whl包的名字)` 或 `pip3 install -U(whl包的名字)`
101101

102102
恭喜,至此您已完成PaddlePaddle的编译安装
103103

0 commit comments

Comments
 (0)