Skip to content

Commit

Permalink
Merge pull request #55 from jchenj/jchenj-patch-2
Browse files Browse the repository at this point in the history
Clarify Tutorial 3 - running packaged app
  • Loading branch information
freakboy3742 committed May 31, 2020
2 parents 4742c1f + af7f710 commit 7e5574b
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions docs/tutorial/tutorial-3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -283,17 +283,20 @@ You can now use Briefcase to run your application:
(beeware-venv) C:\...>
This will start your run your native application, using the output of the
This will start to run your native application, using the output of the
`build` command.

You may notice some small differences in the way your application looks when
it's running - for example, icons, and the name displayed by the operating
system, may be slightly different to those you saw when running under developer
mode. This is because you're using the actual packaged application, not just
You'll notice that the console output we saw earlier won't be visible anymore.
This is because we are now running a standalone, packaged app that has no
(visible) console to which it can output.

You might also notice some small differences in the way your application looks
when it's running. For example, icons and the name displayed by the operating
system may be slightly different to those you saw when running under developer
mode. This is also because you're using the packaged application, not just
running Python code. From the operating system's perspective, you're now
running "an app", not "a Python program", and that is reflected in how the
application appears. The console output we saw earlier also won't work anymore,
since we are running a standalone app that has no console to output to.
running "an app", not "a Python program", and this is reflected in how the
application appears.

Building your installer
=======================
Expand Down

0 comments on commit 7e5574b

Please sign in to comment.