============ Installation ============ You can install textstat either via the Python Package Index (PyPI) or from source. Install using pip ================= .. code-block:: shell pip install textstat Install using easy_install ========================== .. code-block:: shell easy_install textstat Install from GitHub =================== .. code-block:: shell 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: .. code-block:: shell tar xfz textstat-*.tar.gz cd textstat-*/ python setup.py build python setup.py install