Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Improve style and readability of the distribution doc #2

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sources/pyside6/doc/faq/distribution.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Distributing Your Application to Other Systems/Platforms

After developing a couple of applications, you might want to distribute them to
other users. In case you do not have much experience with Python packages, you
might have even asked: *How do I create a Python executable?*.
might have even asked: *How do I create a Python executable?*

If you come from compiled programming languages, deployment is something
almost trivial, but for Python is a bit difficult.
Expand All @@ -15,7 +15,7 @@ distributing your virtual environment content to other users.

.. important:: As Python does not support WebAssembly and mobile platforms,
such as Android and iOS, you cannot deploy applications to these platforms
directly, and you require advanced processes to do so.
directly. Deploying applications to these platforms require advanced processes.

.. note:: For embedded systems, you currently need to build |project| for your
target platform, and deploy the installation alongside your application.
Expand Down