We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8296fa9 commit 4f22941Copy full SHA for 4f22941
1 file changed
README.md
@@ -247,3 +247,17 @@ Example on how to send chat message.
247
* Send chat message
248
keyauthapp.chatSend("MESSAGE", "CHANNEL")
249
```
250
+
251
+**How to compile?**
252
253
+You can either use Pyinstaller or Nuitka.
254
255
+Links:
256
+- Nutika: https://nuitka.net/
257
+- Pyinstaller: https://pyinstaller.org/
258
259
+Pyinstaller:
260
+- Basic command: `pyinstaller --onefile main.py`
261
262
+Nutika:
263
+- Basic command: `python -m nuitka --follow-imports --onefile main.py`
0 commit comments