This commit is contained in:
blueloveTH 2023-04-24 20:24:24 +08:00
parent 5765760cea
commit 547c55ce92
3 changed files with 3 additions and 7 deletions

View File

@ -19,11 +19,9 @@ Please see https://pocketpy.dev for details or try [Live Demo](https://pocketpy.
## Quick start
Download the `pocketpy.h` on our GitHub release page.
Download the `pocketpy.h` on our [GitHub Release](https://github.com/blueloveTH/pocketpy/releases) page.
And `#include` it in your project.
https://github.com/blueloveTH/pocketpy/releases/latest
### Compile flags
To compile it with your project, these flags must be set:

View File

@ -16,7 +16,7 @@ pocketpy是一个轻量级的Python解释器为嵌入至游戏引擎而设计
## 快速上手
你可以在 [Github Release](https://github.com/blueloveTH/pocketpy/releases/latest) 页面下载`pocketpy.h`
你可以在 [Github Release](https://github.com/blueloveTH/pocketpy/releases) 页面下载`pocketpy.h`
并加入到你的工程中。请参阅 https://pocketpy.dev 以获取更详细的文档。
```cpp

View File

@ -4,11 +4,9 @@ label: 'Installation'
order: 100
---
Download the `pocketpy.h` on our GitHub release page.
Download the `pocketpy.h` on our [GitHub Release](https://github.com/blueloveTH/pocketpy/releases) page.
And `#include` it in your project.
https://github.com/blueloveTH/pocketpy/releases/latest
### Compile flags
To compile it with your project, these flags must be set: