更新 readme.md

This commit is contained in:
2025-12-29 13:19:08 +08:00
parent 714314e626
commit 20f166dd89

View File

@@ -60,7 +60,7 @@ python main.py
```bash ```bash
pip install pyinstaller pip install pyinstaller
pyinstaller -F -w test.py pyinstaller -F -w main.py
``` ```