Skip to content

Commit

Permalink
docs: 在README中添加pyinstaller安装指令
Browse files Browse the repository at this point in the history
  • Loading branch information
Coooolfan committed Nov 25, 2024
1 parent 7a80e89 commit 67cd939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,6 @@ pip install -r requirements.txt
## 编译

```bash
pip install pyinstaller
pyinstaller --onefile --add-data "requirements.txt;." main.py
```

0 comments on commit 67cd939

Please sign in to comment.