Skip to content
This repository has been archived by the owner on May 5, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 417 Bytes

installation.rst

File metadata and controls

22 lines (14 loc) · 417 Bytes

Installation

peasel requires Python 2.7, either setuptools or distribute and a working C compiler.

Development requires Cython, tested with version 0.17.

To install:

python setup.py install

To run the unit tests:

python setup.py test