Skip to content

Instantly share code, notes, and snippets.

@alexalouit
Created December 12, 2024 13:17
Show Gist options
  • Save alexalouit/6937d1e9ce0e874de9e9ee1c3023c03d to your computer and use it in GitHub Desktop.
Save alexalouit/6937d1e9ce0e874de9e9ee1c3023c03d to your computer and use it in GitHub Desktop.
Compiling python script using `nuitka`
$ pip install -r requirements.txt
$ nuitka --onefile main.py
if __name__ == '__main__':
print("Hello World!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment