Python Scripts

Installing Python and Required Libraries

  1. Python
  2. pip (Python package manager) — Follow the instructions for ensurepip from the pip website.
  3. Matplotlib — if you are using Windows, start a terminal (cmd) and enter the following command:
    py -m pip install -U matplotlib
    
    For Linux or Macintosh, replace py with python.