Instructions: Install Python and add it to the PATH.
Install python's library, Textblob and its necessary corpora by running the following commands in your terminal:
pip install textblob
python -m textblob.download_corpora
python -m nltk.downloader punkt_tab
python -m nltk.downloader averaged_perceptron_tagger_eng