ztane / python-Levenshtein

The Levenshtein Python C extension module contains functions for fast computation of Levenshtein distance and string similarity
GNU General Public License v2.0
1.26k stars 155 forks source link

Added pip install instructions #33

Closed timworx closed 5 years ago

timworx commented 7 years ago

I added some pip install instructions to the README. While the github repo name and the pip package name match, that can't always be assumed. This saves the step of searching PyPI for the right package.

pranay16 commented 6 years ago

Please merge pull request. Useful information.

ztane commented 5 years ago

Merged, thanks.