Installation Instructions

For Windows, the standalone executable learningsimulator.exe in the repository can be used to run the program.

Learning Simulator runs with Python 3 and the packages tkinter and matplotlib.

You can use pip or conda to install matplotlib, for example:

pip install matplotlib

The package tkinter usually comes bundled with Python.

The source code of Learning Simulator is hosted on GitHub here. Download or clone this repository and follow the instructions on how to run the learning simulator.

See the Download section on the Learning Simulator Project website for detailed installation instructions.

Python Dependencies

Learning Simulator has the following dependencies:

  • Python >= 3.6

  • tkinter >= 8.6

  • matplotlib >= 2.1.1