We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f032c52 commit f8d139bCopy full SHA for f8d139b
1 file changed
doc/tutorials/compiling_with_nuitka/index.rst
@@ -59,6 +59,12 @@ Converting that code to a standalone executable is as easy as:
59
60
python -m nuitka 17_views.py --standalone --enable-plugin=numpy
61
62
+.. note::
63
+
64
+ Experimental features of Arcade will not be included in the build
65
+ unless you explicitly include them using
66
+ ``--include-module=arcade.experimental``.
67
68
Now sit back and relax. Might as well go and grab a cup of coffee since compilation
69
takes time, sometimes maybe up to 2 hours, depending on your machine's specs.
70
After the process is finished, two new folders named ``17_views.py.dist`` and
0 commit comments