I run my python IDLE shell, and type 'pip install pandas'. It returns 'SyntaxError: invalid syntax'. In my terminal on MacOS from input 'import pandas as pd' it returns 'import: command not found'. I check that i have pip installed as well as the correct python version, and I do. Everything I find online gets me no where. I've already tried the method of installing pip, python, or pandas or anything and nothing is working. My goal is to practice machine learning. I want to install scikit learn and pandas on my MacOS Monterey so I can practice Machine learning.