Installation
============


Install with ``pip``
--------------------

.. code:: 

    $ pip install dataflake.cache


Install with ``zc.buildout``
----------------------------
Just add :mod:`dataflake.cache` to the ``eggs`` setting(s) in your
buildout configuration to have it pulled in automatically::

    ...
    eggs =
        dataflake.cache
    ...
