Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 508 Bytes

installation.rst

File metadata and controls

23 lines (17 loc) · 508 Bytes

Installation

Installing/Upgrading from pip

pip install --upgrade twitter-sentiment

Running this command will install twitter-sentiment and all the required libraries. You can find more info regarding pip here

Python Version

twitter-sentiment supports Python 3.6+

Dependencies

When installing twitter-sentiment, pip will automatically install:

  • requests
  • urllib3
  • TextBlob