Installation

You can install textstat either via the Python Package Index (PyPI) or from source.

Install using pip

pip install textstat

Install using easy_install

easy_install textstat

Install from GitHub

pip install git+https://github.com/shivam5992/textstat

Install from PyPI

Download the latest version of textstat from http://pypi.python.org/pypi/textstat/

You can install it by doing the following:

tar xfz textstat-*.tar.gz
cd textstat-*/
python setup.py build
python setup.py install