Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 673 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 673 Bytes

python version of keyvi

This is the python extension.

Quick

Precompiled binary wheels are available for OS X and Linux on PyPi. To install use:

pip install keyvi

From source

Ensure you have the C++ dependencies installed along with python packages defined in requirements.txt:

Then build/install a python package:

python setup.py build
python setup.py install

Develop

The python binding uses cython and autowrap. All source files can be found in the src folder. The files keyvi.cpp and keyvi.pyx are generated on the fly during build.