We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55552ce commit 28ed0dbCopy full SHA for 28ed0db
README.md
@@ -1,13 +1,13 @@
1
-# C++ with poetry
+# C++ with poetry<sup>template</sup>
2
3
## Python Side
4
5
-首先确保安装 poetry
+首先确保[安装 poetry](https://python-poetry.org/docs/#installation)
6
7
-### Installation
+### Install build tools
8
9
```bash
10
-poetry install # 首先确保 Cython 安装,如果是 Windows 需要自行安装 VS Build Tools
+poetry install # 首先确保 Cython 安装,如果是 Windows 需要额外自行安装 VS Build Tools
11
```
12
13
### Build and run
0 commit comments