TenSecondChallenge/README.md
2025-05-30 17:16:18 +08:00

7 lines
94 B
Markdown

```bash
pyinstaller -F -w -i icon.ico client.py
```
```bash
pip freeze > requirements.txt
```