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

Note this library only supports Python 3.5+ - if you want to add support for
other versions, please see the :doc:`/developer` docs.

You can install eater either via the Python Package Index (PyPI)
or from github.

To install using pip;

.. code-block:: bash

    $ pip install eater

From github;

.. code-block:: bash

    $ pip install git+https://github.com/alexhayes/eater.git

