Last updated: 11 August 2015
For this course, we will use WinPython, an easy-to-use Python distribution for Windows. WinPython comes with Jupyter and a collection of useful scientific computing packages such as NumPy, SciPy and Matplotlib. We will also use SimPy, a discrete event simulation package for Python.
Here are some instructions on how to install WinPython and SimPy.
pip install simpy==2.3.1and press Enter. The command prompt window should look like this: Close the command prompt.