Skip to content

Commit ea0bc1a

Browse files
committed
📝 docs: update README
1 parent 28ed0db commit ea0bc1a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,19 @@
1010
poetry install # 首先确保 Cython 安装,如果是 Windows 需要额外自行安装 VS Build Tools
1111
```
1212

13-
### Build and run
13+
### Build
1414

1515
```bash
1616
poetry build # 编译构建 C++ 部分
1717
poetry install # 将 C++ 编译结果安装到 Python 代码对应位置
1818
```
1919

20+
### Run
21+
22+
```bash
23+
poetry run demo
24+
```
25+
2026
## C++ Side
2127

2228
> 未在 Windows 上进行测试

0 commit comments

Comments
 (0)