From dea91c5574574982617ead9f6eb5619d946b2968 Mon Sep 17 00:00:00 2001 From: Quan Doan Date: Thu, 5 Mar 2026 16:08:06 -0800 Subject: [PATCH] Add note about including arcade.experimental when compiling with Nuitka --- doc/tutorials/compiling_with_nuitka/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/tutorials/compiling_with_nuitka/index.rst b/doc/tutorials/compiling_with_nuitka/index.rst index 05ad5f1679..4dd2bb526a 100644 --- a/doc/tutorials/compiling_with_nuitka/index.rst +++ b/doc/tutorials/compiling_with_nuitka/index.rst @@ -59,6 +59,12 @@ Converting that code to a standalone executable is as easy as: python -m nuitka 17_views.py --standalone --enable-plugin=numpy +.. note:: + + Experimental features of Arcade will not be included in the build + unless you explicitly include them using + ``--include-module=arcade.experimental``. + Now sit back and relax. Might as well go and grab a cup of coffee since compilation takes time, sometimes maybe up to 2 hours, depending on your machine's specs. After the process is finished, two new folders named ``17_views.py.dist`` and