Skip to content
Merged
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
6 changes: 6 additions & 0 deletions doc/tutorials/compiling_with_nuitka/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading