Created
December 12, 2024 13:17
-
-
Save alexalouit/6937d1e9ce0e874de9e9ee1c3023c03d to your computer and use it in GitHub Desktop.
Compiling python script using `nuitka`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ pip install -r requirements.txt | |
$ nuitka --onefile main.py |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if __name__ == '__main__': | |
print("Hello World!") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nuitka |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment