Skip to content

Commit 30096d3

Browse files
authored
Merge branch 'develop' into develop
2 parents cd31377 + 5ea90ae commit 30096d3

2 files changed

Lines changed: 23 additions & 2 deletions

File tree

CITATION.cff

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: PaddleScience
6+
message: >-
7+
If you use this repository, please cite it using the metadata from this file.
8+
type: software
9+
authors:
10+
- given-names: PaddleScience Authors
11+
repository-code: "https://github.com/PaddlePaddle/PaddleScience"
12+
repository: "https://github.com/PaddlePaddle/PaddleScience"
13+
keywords:
14+
- machine-learning
15+
- deep-learning
16+
- supervised-learning
17+
- paddlepaddle
18+
- self-supervised-learning
19+
- ai4science
20+
- operator-learning
21+
license: Apache-2.0

docs/zh/install_setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ PaddleScience 提供了多种第三方库供用户在开发时使用,这些库
265265
cd PaddleScience
266266
git submodule update --init ppsci/externals/paddle_scatter
267267
# install from source(recommended)
268-
python -m pip install -e ppsci/externals/paddle_scatter
268+
python -m pip install ppsci/externals/paddle_scatter
269269
```
270270

271271
=== "paddle_sparse"
@@ -274,7 +274,7 @@ PaddleScience 提供了多种第三方库供用户在开发时使用,这些库
274274
cd PaddleScience
275275
git submodule update --init ppsci/externals/paddle_sparse
276276
# install from source(recommended)
277-
python -m pip install -e ppsci/externals/paddle_sparse
277+
python -m pip install ppsci/externals/paddle_sparse
278278
```
279279

280280
=== "tensorly"

0 commit comments

Comments
 (0)