mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Update freezing.rst
This commit is contained in:
@@ -12,8 +12,8 @@ Applications such as 'Dropbox', 'Eve Online', 'Civilisation IV', and
|
||||
BitTorrent clients do this.
|
||||
|
||||
The advantage of distributing this way is that your application will "just work",
|
||||
even if the user doesn't already have the required version of Python installed.
|
||||
On Windows, and even on many Linux distributions and OS X, the right
|
||||
even if the user doesn't already have the required version of Python (or any)
|
||||
installed. On Windows, and even on many Linux distributions and OS X, the right
|
||||
version of Python will not already be installed.
|
||||
|
||||
Besides, end-user software should always be in an executable format. Files
|
||||
|
||||
Reference in New Issue
Block a user