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
4 changes: 2 additions & 2 deletions doc/tutorials/bundling_with_pyinstaller/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ To demonstrate how PyInstaller works, we will:
* bundle the application into a one-file executable
* run the application

First, install PyInstaller into your environment with:
First, make sure both Arcade and PyInstaller are installed in your Python environment with:

.. code-block:: bash

pip install pyinstaller
pip install arcade pyinstaller

Then create a file called ``myscript.py`` that contains the following:

Expand Down