Skip to content

Commit f8d139b

Browse files
Add note about including arcade.experimental when compiling with Nuitka (#2831)
1 parent f032c52 commit f8d139b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

doc/tutorials/compiling_with_nuitka/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ Converting that code to a standalone executable is as easy as:
5959
6060
python -m nuitka 17_views.py --standalone --enable-plugin=numpy
6161
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+
6268
Now sit back and relax. Might as well go and grab a cup of coffee since compilation
6369
takes time, sometimes maybe up to 2 hours, depending on your machine's specs.
6470
After the process is finished, two new folders named ``17_views.py.dist`` and

0 commit comments

Comments
 (0)