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

:mod:`pyblake2` works with Python 2.6, 2.7 and 3.x.

You can install it from PyPi using `pip <https://pypi.python.org/pypi/pip>`_::

    $ pip install pyblake2

or download sources and run::

    $ python setup.py install


Download
--------

See list of files here:

        https://pypi.python.org/pypi/pyblake2


Development
-----------

**Git repository:** https://github.com/dchest/pyblake2

When submitting pull requests, please include public domain dedication / CC0
header text as written in the :doc:`credits` topic into the text of your pull
request, including your full legal name. (We cannot accept changes if you are
not willing to place them into the public domain.)

Version history
---------------

0.9.1:

* Fixed Windows build.

0.9.0:

* First release.
