File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
doc/fluid/beginners_guide/install/compile Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9696
979712 . 在当前机器或目标机器安装编译好的` .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
197197
19819812 . 在当前机器或目标机器安装编译好的` .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
Original file line number Diff line number Diff line change 9797
98989 . 在当前机器或目标机器安装编译好的 ` .whl ` 包:
9999
100- `pip install (whl包的名字)` 或 `pip3 install (whl包的名字)`
100+ `pip install -U (whl包的名字)` 或 `pip3 install -U (whl包的名字)`
101101
102102恭喜,至此您已完成PaddlePaddle的编译安装
103103
You can’t perform that action at this time.
0 commit comments