Update freezing.rst

This commit is contained in:
2017-09-04 17:03:43 -04:00
committed by GitHub
parent 53be40ebb9
commit 30c0a34fae
+2
View File
@@ -4,6 +4,8 @@
Freezing Your Code
==================
.. image:: https://farm5.staticflickr.com/4227/33907151034_e0a9e53402_k_d.jpg
"Freezing" your code is creating a single-file executable file to distribute
to end-users, that contains all of your application code as well as the
Python interpreter.