Skip to content

Commit f2846af

Browse files
add more contributors
1 parent 0193c65 commit f2846af

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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,14 @@ 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/
171-
172171
export PYTHONPATH=$PYTHONPATH:$PWD # for linux
173-
174172
set PYTHONPATH=%cd% # for windows
173+
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple # manually install requirements
175174
```
176-
<!-- --8<-- [end:python_path_install] -->
175+
177176
注:上述方式的优点是步骤简单无需安装,缺点是当环境变量生效的终端被关闭后,需要重新执行上述命令设置 `PYTHONPATH` 才能再次使用 PaddleScience,较为繁琐。
178177

179178
2. 验证安装
@@ -240,8 +239,12 @@ PaddleScience 作为一个开源项目,欢迎来各行各业的伙伴携手共
240239
[MayYouBeProsperous](https://github.com/MayYouBeProsperous),
241240
[AndPuQing](https://github.com/AndPuQing),
242241
[lknt](https://github.com/lknt),
243-
[yangguohao](https://github.com/yangguohao),
244242
[mrcangye](https://github.com/mrcangye),
243+
[yangguohao](https://github.com/yangguohao),
244+
[ooooo-create](https://github.com/ooooo-create),
245+
[megemini](https://github.com/megemini),
246+
[DUCH714](https://github.com/DUCH714),
247+
[zlynna](https://github.com/zlynna),
245248
[jjyaoao](https://github.com/jjyaoao),
246249
[jiamingkong](https://github.com/jiamingkong),
247250
[Liyulingyue](https://github.com/Liyulingyue),

docs/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,12 @@
214214
<a href="https://github.com/MayYouBeProsperous"><img class="avatar" src="https://avatars.githubusercontent.com/MayYouBeProsperous" alt="avatar" /></a>
215215
<a href="https://github.com/AndPuQing"><img class="avatar" src="https://avatars.githubusercontent.com/AndPuQing" alt="avatar" /></a>
216216
<a href="https://github.com/lknt"><img class="avatar" src="https://avatars.githubusercontent.com/lknt" alt="avatar" /></a>
217-
<a href="https://github.com/yangguohao"><img class="avatar" src="https://avatars.githubusercontent.com/yangguohao" alt="avatar" /></a>
218217
<a href="https://github.com/mrcangye"><img class="avatar" src="https://avatars.githubusercontent.com/mrcangye" alt="avatar" /></a>
218+
<a href="https://github.com/yangguohao"><img class="avatar" src="https://avatars.githubusercontent.com/yangguohao" alt="avatar" /></a>
219+
<a href="https://github.com/ooooo-create"><img class="avatar" src="https://avatars.githubusercontent.com/ooooo-create" alt="avatar" /></a>
220+
<a href="https://github.com/megemini"><img class="avatar" src="https://avatars.githubusercontent.com/megemini" alt="avatar" /></a>
221+
<a href="https://github.com/DUCH714"><img class="avatar" src="https://avatars.githubusercontent.com/DUCH714" alt="avatar" /></a>
222+
<a href="https://github.com/zlynna"><img class="avatar" src="https://avatars.githubusercontent.com/zlynna" alt="avatar" /></a>
219223
<a href="https://github.com/jjyaoao"><img class="avatar" src="https://avatars.githubusercontent.com/jjyaoao" alt="avatar" /></a>
220224
<a href="https://github.com/jiamingkong"><img class="avatar" src="https://avatars.githubusercontent.com/jiamingkong" alt="avatar" /></a>
221225
<a href="https://github.com/Liyulingyue"><img class="avatar" src="https://avatars.githubusercontent.com/Liyulingyue" alt="avatar" /></a>

0 commit comments

Comments
 (0)