mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
@@ -1,8 +1,8 @@
|
|||||||
Freezing Your Code
|
Freezing Your Code
|
||||||
==================
|
==================
|
||||||
|
|
||||||
An alterinative to shipping your code is freezing it — shipping it as an
|
An alternative to shipping your code is freezing it — shipping it as an
|
||||||
executable with a bundled Python enterpreter.
|
executable with a bundled Python interpreter.
|
||||||
|
|
||||||
Many applications you use every day do this:
|
Many applications you use every day do this:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user