Visit this website: https://www.anaconda.com/products/individual
Two options for installing packages for Python in Terminal: 1- conda install package-name (if you have the Anaconda) 2- pip install package-name (if you do not have the Anaconda)