Skip to content

Commit 4f22941

Browse files
author
6nz
authored
Added compile tutorial
1 parent 8296fa9 commit 4f22941

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,3 +247,17 @@ Example on how to send chat message.
247247
* Send chat message
248248
keyauthapp.chatSend("MESSAGE", "CHANNEL")
249249
```
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

Comments
 (0)