update README

This commit is contained in:
ZtRXR 2024-04-13 00:09:49 +08:00
parent 9fbb0b8d29
commit 7772ef6346
1 changed files with 11 additions and 2 deletions

View File

@ -4,8 +4,17 @@
# 如何安装
用.pth文件自行定位到本项目的文件夹中
## 从release中安装
```bash
pip install <file name>
```
## 自行编译
```bash
pip install poetry
poetry install
poetry build
pip install ./dist/pymake-0.1.0-py3-none-any.whl
```
# 如何使用
>生成一个用于GLFW编程的CMakeLists
```python