I am fairly new to Python and am trying to install matplotlib and numpy onto the IDLE from python.org. I am using a Mac, and everything online tells me to use the command line to install using something like "pip install matplotlib" but the IDLE doesn't have any command line connected to it.
I have already managed to install pip but still am unable to import the modules I need from it. How can I do this?