This commit is contained in:
Kenneth Reitz
2011-04-23 16:25:55 -04:00
parent 25590163d1
commit f334d7eba1
2 changed files with 53 additions and 3 deletions
+46
View File
@@ -0,0 +1,46 @@
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
-----------