We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b420b4b commit bb006deCopy full SHA for bb006de
docs/zh/install_setup.md
@@ -265,7 +265,7 @@ PaddleScience 提供了多种第三方库供用户在开发时使用,这些库
265
cd PaddleScience
266
git submodule update --init ppsci/externals/paddle_scatter
267
# install from source(recommended)
268
- python -m pip install -e ppsci/externals/paddle_scatter
+ python -m pip install ppsci/externals/paddle_scatter
269
```
270
271
=== "paddle_sparse"
@@ -274,7 +274,7 @@ PaddleScience 提供了多种第三方库供用户在开发时使用,这些库
274
275
git submodule update --init ppsci/externals/paddle_sparse
276
277
- python -m pip install -e ppsci/externals/paddle_sparse
+ python -m pip install ppsci/externals/paddle_sparse
278
279
280
=== "tensorly"
0 commit comments