GoldSim demo package — quick start
==================================

1. Install GoldSim Player 15 (if you do not already have it)
   https://www.goldsim.com/Web/Customers/Downloads/Player/

2. Install 64-bit Python 3.14 (required — not 3.12/3.13)
   https://www.python.org/downloads/
   During setup, keep the "py launcher" option enabled.

3. Open Command Prompt (cmd), then run:

      cd /d "C:\path\to\this\unzipped\folder"
      py -3.14 local_agent.py

   Leave that window open. It must say it is using Python 3.14.

4. In your browser, open the demo and click Setup (if prompted).
   Finish the wizard, then click Run.

If "py -3.14" is not found, install 64-bit Python 3.14 and try again.
Do not run "python local_agent.py" unless you know that "python" is 3.14.

Note: Windows Smart App Control may block .bat launchers downloaded from the
web. Starting the helper from Command Prompt avoids that block.
