Skip to content

Commit e020d57

Browse files
committed
2 parents 8c85494 + fa8e886 commit e020d57

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
![author](https://img.shields.io/badge/Author-xingyujie-orange)
1515
### Discord: https://discord.gg/dz9HwwdSXh
1616
### Telegram: @binpython
17-
### Twitter: xyj_offical
17+
### Twitter: @EdwardHsing_xyj
1818
## NEW!!! BINPython documentation:http://docs.binpython.org
1919
[Documentation](http://docs.binpython.org#/)
2020

buildlinux-nuitka.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ flask
99
flask_login
1010
pyautogui
1111
rich
12-
pyglet
12+
pyglet
13+
Nuitka==1.6.1

0 commit comments

Comments
 (0)