Skip to content

Commit 28ed0db

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# C++ with poetry
1+
# C++ with poetry<sup>template</sup>
22

33
## Python Side
44

5-
首先确保安装 poetry
5+
首先确保[安装 poetry](https://python-poetry.org/docs/#installation)
66

7-
### Installation
7+
### Install build tools
88

99
```bash
10-
poetry install # 首先确保 Cython 安装,如果是 Windows 需要自行安装 VS Build Tools
10+
poetry install # 首先确保 Cython 安装,如果是 Windows 需要额外自行安装 VS Build Tools
1111
```
1212

1313
### Build and run

0 commit comments

Comments
 (0)