In order to install python packages, you can (on a Windows machine) go to:
Start - Anaconda3 - Anaconda Prompt
In the Anaconda Prompt, you can write:
"conda install" and then the package name.
If this does not work, then you can write:
"pip install" and then the package name.