Skip to content

Commit

Permalink
add more contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
HydrogenSulfate committed Jan 19, 2024
1 parent 0193c65 commit 2e52d0a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ python -c "import paddle; paddle.utils.run_check()"

**从以下三种安装方式中,任选一种均可安装。**

- git 源码安装[推荐]
- git 源码安装[**推荐**]

执行以下命令,从 github 上 clone PaddleScience 源代码,并以 editable 的方式安装 PaddleScience。
<!-- --8<-- [start:git_install] -->
Expand Down Expand Up @@ -165,15 +165,14 @@ python -c "import paddle; paddle.utils.run_check()"
- 设置 PYTHONPATH

如果在您的环境中,上述两种方式都无法正常安装,则可以选择本方式,在终端内将环境变量 `PYTHONPATH` 临时设置为 `PaddleScience`**绝对路径**,如下所示。
<!-- --8<-- [start:python_path_install] -->
``` shell
cd PaddleScience/

``` shell
cd PaddleScience
export PYTHONPATH=$PYTHONPATH:$PWD # for linux
set PYTHONPATH=%cd% # for windows
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple # manually install requirements
```
<!-- --8<-- [end:python_path_install] -->

注:上述方式的优点是步骤简单无需安装,缺点是当环境变量生效的终端被关闭后,需要重新执行上述命令设置 `PYTHONPATH` 才能再次使用 PaddleScience,较为繁琐。

2. 验证安装
Expand Down Expand Up @@ -240,8 +239,12 @@ PaddleScience 作为一个开源项目,欢迎来各行各业的伙伴携手共
[MayYouBeProsperous](https://github.com/MayYouBeProsperous),
[AndPuQing](https://github.com/AndPuQing),
[lknt](https://github.com/lknt),
[yangguohao](https://github.com/yangguohao),
[mrcangye](https://github.com/mrcangye),
[yangguohao](https://github.com/yangguohao),
[ooooo-create](https://github.com/ooooo-create),
[megemini](https://github.com/megemini),
[DUCH714](https://github.com/DUCH714),
[zlynna](https://github.com/zlynna),
[jjyaoao](https://github.com/jjyaoao),
[jiamingkong](https://github.com/jiamingkong),
[Liyulingyue](https://github.com/Liyulingyue),
Expand Down
6 changes: 5 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,12 @@
<a href="https://github.com/MayYouBeProsperous"><img class="avatar" src="https://avatars.githubusercontent.com/MayYouBeProsperous" alt="avatar" /></a>
<a href="https://github.com/AndPuQing"><img class="avatar" src="https://avatars.githubusercontent.com/AndPuQing" alt="avatar" /></a>
<a href="https://github.com/lknt"><img class="avatar" src="https://avatars.githubusercontent.com/lknt" alt="avatar" /></a>
<a href="https://github.com/yangguohao"><img class="avatar" src="https://avatars.githubusercontent.com/yangguohao" alt="avatar" /></a>
<a href="https://github.com/mrcangye"><img class="avatar" src="https://avatars.githubusercontent.com/mrcangye" alt="avatar" /></a>
<a href="https://github.com/yangguohao"><img class="avatar" src="https://avatars.githubusercontent.com/yangguohao" alt="avatar" /></a>
<a href="https://github.com/ooooo-create"><img class="avatar" src="https://avatars.githubusercontent.com/ooooo-create" alt="avatar" /></a>
<a href="https://github.com/megemini"><img class="avatar" src="https://avatars.githubusercontent.com/megemini" alt="avatar" /></a>
<a href="https://github.com/DUCH714"><img class="avatar" src="https://avatars.githubusercontent.com/DUCH714" alt="avatar" /></a>
<a href="https://github.com/zlynna"><img class="avatar" src="https://avatars.githubusercontent.com/zlynna" alt="avatar" /></a>
<a href="https://github.com/jjyaoao"><img class="avatar" src="https://avatars.githubusercontent.com/jjyaoao" alt="avatar" /></a>
<a href="https://github.com/jiamingkong"><img class="avatar" src="https://avatars.githubusercontent.com/jiamingkong" alt="avatar" /></a>
<a href="https://github.com/Liyulingyue"><img class="avatar" src="https://avatars.githubusercontent.com/Liyulingyue" alt="avatar" /></a>
Expand Down

0 comments on commit 2e52d0a

Please sign in to comment.