Installation and Dependencies
=============================

Toolz is pure Python and so is easily installable by the standard
dependency manager ``pip``::

    pip install toolz

Toolz endeavors to be a very light dependency.  It accomplishes this in
three ways:

1.  Toolz is pure Python
2.  Toolz relies only on the standard library
3.  Toolz simultaneously supports Python versions 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, PyPy
