Skip to content

Commit a336dec

Browse files
committed
add gitee mirror comment
1 parent cb07608 commit a336dec

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
```bash
2323
# vx.x.x指代Release中的版本号,建议下载最新稳定版本
2424
pip install -v git+https://github.com/Dengda98/[email protected]
25+
# 若网速不好可改为gitee镜像
26+
# pip install -v git+https://gitee.com/Dengda98/[email protected]
2527
```
2628

2729

@@ -46,4 +48,9 @@
4648
```
4749

4850

49-
功能按钮很简单,基本“所见即所得”。其中`Update Velocity`下的文本框是个Python脚本窗口,可以自定义FMM网格范围(`xmax, ymax`,最小值均为0)、划分数(`nx, ny`)(组成`xarr, yarr`),以及2D速度数组`vel2d`。设置好后,点击`Update Velocity`即可计算。
51+
功能按钮很简单,基本“所见即所得”。其中`Update Velocity`下的文本框是个Python脚本窗口,可以自定义FMM网格范围(`xmax, ymax`,最小值均为0)、划分数(`nx, ny`)(组成`xarr, yarr`),以及2D速度数组`vel2d`。设置好后,点击`Update Velocity`即可计算。
52+
53+
54+
## 其它
55+
如果遇到bug,欢迎联系我([email protected]),我会完善!
56+
也欢迎提出建议和更多示例!

0 commit comments

Comments
 (0)