Skip to content

Commit c99977d

Browse files
Update install_setup.md
1 parent a76f61e commit c99977d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/zh/install_setup.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,18 @@ PaddleScience 提供了多种第三方库供用户在开发时使用,这些库
222222
python -m pip install https://paddle-qa.bj.bcebos.com/deepali/whl/latest/dist/hf_deepali-0.1.0-py3-none-any.whl
223223
```
224224

225+
=== "neuraloperator"
226+
227+
``` sh
228+
cd PaddleScience
229+
git submodule update --init ppsci/externals/neuraloperator
230+
# install from source(recommended)
231+
python -m pip install -e ppsci/externals/neuraloperator
232+
233+
# install from whl
234+
python -m pip install https://paddle-qa.bj.bcebos.com/neuraloperator/whl/cuda11.8/latest/dist/neuraloperator-0.3.0-py3-none-any.whl
235+
```
236+
225237
=== "open3d"
226238

227239
``` sh

0 commit comments

Comments
 (0)