Files
python-guide/docs/freezing.rst
T
Kenneth Reitz f334d7eba1 brr
2011-04-23 16:25:55 -04:00

47 lines
376 B
ReStructuredText

Freezing Your Code
==================
An alterinative to shipping your code is freezing it — shipping it as an
executable with a bundled Python enterpreter.
Many applications you use every day do this:
- Dropbox
- Others
Windows
:::::::
py2exe
------
OSX
:::
py2app
------
PyInstaller
-----------
Linux
:::::
bbFreeze
--------
PyInstaller
-----------