Skip to content

Commit

Permalink
更新readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ssttkkl committed Sep 29, 2024
1 parent 7dd994f commit 733a7f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ mahjong-utils

对于Kotlin、Java:请直接往下阅读

对于Python:我们提供了绑定方便Python侧调用,具体请看 https://github.com/ssttkkl/mahjong-utils/tree/py
对于Python:我们提供了绑定方便Python侧调用,具体请看 [python-lib/README.md](python-lib/README.md)

对于JavaScript/TypeScript:我们提供了绑定方便JS/TS侧调用,具体请看 https://github.com/ssttkkl/mahjong-utils/tree/js
对于JavaScript/TypeScript:我们提供了绑定方便JS/TS侧调用,具体请看 [js-lib/README.md](js-lib/README.md)

## 使用(Kotlin/Java)

Expand Down
6 changes: 0 additions & 6 deletions python-lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ mahjong-utils-py
pip install mahjong-utils
```

或通过源码安装(本机必须配置JDK环境用于编译):

```shell
pip install git+https://github.com/ssttkkl/mahjong-utils.git@py
```

## 使用

### 获取番符对应和牌点数
Expand Down

0 comments on commit 733a7f9

Please sign in to comment.