Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Latest commit

 

History

History
52 lines (30 loc) · 1.03 KB

installation.rst

File metadata and controls

52 lines (30 loc) · 1.03 KB

Installation

pyblake2 works with Python 2.6, 2.7 and 3.x.

You can install it from PyPi using 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 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.3:

  • Build SSE2 implementation on x86_64 architectures by default.

0.9.2:

  • Made tests compatible with Python 2.6 and 3.2.
  • Made examples from documentation compatible with Python 3.
  • Removed compiled documentation from source distribution.

0.9.1:

  • Fixed Windows build.

0.9.0:

  • First release.