ニュース

Editable installs let you do exactly this. To install a Python package in editable mode, all you need to do is use the -e flag, and pass the path to the package’s directory: ...
For one, there is no native mechanism for compiling a Python program into a standalone executable package. To be fair, the original use case for Python never called for standalone redistributables.