File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -130,13 +130,13 @@ well as the requirements::
130
130
131
131
You can also replace flask with another web framework.
132
132
<
8000
td data-grid-cell-id="diff-68fc0aabf0343a84853c4e984faf7123f0a1bf7eff6596ecc371089419102720-133-132-0" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-deletionNum-bgColor, var(--diffBlob-deletion-bgColor-num));text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative left-side">133
- Replace ``--port=5000 `` with the port your app will serve a website
134
- on . The default for Flask is 5000.
133
+ Replace ``--port=5000 `` with the port on which your app will serve a
134
+ website . The default for Flask is 5000.
135
135
136
136
Build an SDL2 based application
137
137
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
138
138
139
- This includes ` Vispy < http://vispy.org/ >`__ and `PySDL2
139
+ This includes e.g. `PySDL2
140
140
<https://pysdl2.readthedocs.io/en/latest/> `__.
141
141
142
142
To build your application, you need to have a name, version, a package
@@ -147,6 +147,14 @@ requirements::
147
147
148
148
Add your required modules in place of ``your_requirements ``,
149
149
e.g. ``--requirements=pysdl2 `` or ``--requirements=vispy ``.
150
+
151
+ Other options
152
+ ~~~~~~~~~~~~~
153
+
154
+ You can pass other command line arguments to control app behaviours
155
+ such as orientation, wakelock and app permissions. See
156
+ :ref: `bootstrap_build_options `.
157
+
150
158
151
159
152
160
Rebuild everything
You can’t perform that action at this time.
0 commit comments