Troubleshooting PIP
If pip install [package]
doesn't work for you, try the following commands:
python -m pip install [package]
py -m pip install [package]
python3 -m pip install [package]
If none of the above commands work, try reinstalling Python and adding Python to your PATH.