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