From 30c0a34fae2aa2a2e55cf6b0277cd6d629429cfa Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 4 Sep 2017 17:03:43 -0400 Subject: [PATCH] Update freezing.rst --- docs/shipping/freezing.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/shipping/freezing.rst b/docs/shipping/freezing.rst index aaf4cc9..f0b73b4 100644 --- a/docs/shipping/freezing.rst +++ b/docs/shipping/freezing.rst @@ -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.