@@ -134,7 +134,7 @@ python -c "import paddle; paddle.utils.run_check()"
134134
135135 ** 从以下三种安装方式中,任选一种均可安装。**
136136
137- - git 源码安装[ 推荐 ]
137+ - git 源码安装[ ** 推荐 ** ]
138138
139139 执行以下命令,从 github 上 clone PaddleScience 源代码,并以 editable 的方式安装 PaddleScience。
140140 <!-- --8<-- [start:git_install] -->
@@ -165,15 +165,15 @@ python -c "import paddle; paddle.utils.run_check()"
165165 - 设置 PYTHONPATH
166166
167167 如果在您的环境中,上述两种方式都无法正常安装,则可以选择本方式,在终端内将环境变量 ` PYTHONPATH` 临时设置为 ` PaddleScience` 的** 绝对路径** ,如下所示。
168- < ! -- -- 8< -- [start:python_path_install] -- >
168+
169169 ` ` ` shell
170170 cd PaddleScience/
171171
172172 export PYTHONPATH=$PYTHONPATH :$PWD # for linux
173173
174174 set PYTHONPATH=%cd% # for windows
175175 ` ` `
176- < ! -- -- 8< -- [end:python_path_install] -- >
176+
177177 注:上述方式的优点是步骤简单无需安装,缺点是当环境变量生效的终端被关闭后,需要重新执行上述命令设置 ` PYTHONPATH` 才能再次使用 PaddleScience,较为繁琐。
178178
1791792. 验证安装
@@ -240,8 +240,12 @@ PaddleScience 作为一个开源项目,欢迎来各行各业的伙伴携手共
240240 [MayYouBeProsperous](https://github.com/MayYouBeProsperous),
241241 [AndPuQing](https://github.com/AndPuQing),
242242 [lknt](https://github.com/lknt),
243- [yangguohao](https://github.com/yangguohao),
244243 [mrcangye](https://github.com/mrcangye),
244+ [yangguohao](https://github.com/yangguohao),
245+ [ooooo-create](https://github.com/ooooo-create),
246+ [megemini](https://github.com/megemini),
247+ [DUCH714](https://github.com/DUCH714),
248+ [zlynna](https://github.com/zlynna),
245249 [jjyaoao](https://github.com/jjyaoao),
246250 [jiamingkong](https://github.com/jiamingkong),
247251 [Liyulingyue](https://github.com/Liyulingyue),
0 commit comments