Python Scripts
Installing Python and Required Libraries
- Python
- pip (Python package manager) — Follow the instructions for ensurepip from the pip website.
- 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.