Snippets tagged “packaging”
2 snippets use this tag.
- How can I make a Python script standalone executable to run without ANY dependency?Python
One way to make a Python script standalone executable is by using the package pyinstaller.
- What is setup.py?Python
setup.py is a Python script used to build and install Python packages.