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.
2 parents 8c85494 + fa8e886 commit e020d57Copy full SHA for e020d57
README.md
@@ -14,7 +14,7 @@
14

15
### Discord: https://discord.gg/dz9HwwdSXh
16
### Telegram: @binpython
17
-### Twitter: xyj_offical
+### Twitter: @EdwardHsing_xyj
18
## NEW!!! BINPython documentation:http://docs.binpython.org
19
[Documentation](http://docs.binpython.org#/)
20
buildlinux-nuitka.sh
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+
3
4
+nuitka3 --standalone --onefile --enable-plugin=tk-inter \
5
+ --follow-imports --include-package-data=pywebio binpython.py
requirements.txt
@@ -9,4 +9,5 @@ flask
9
flask_login
10
pyautogui
11
rich
12
-pyglet
+pyglet
13
+Nuitka==1.6.1
0 commit comments