I am a newbie to installing python extensions working on Windows 7, running Python 2.6 - I need to install the Levenshtein library from
When I unzip the downloaded file, it gives me the following list of files:
- COPYING
- gendoc.sh
- Levenshtein.c
- Levenshtein.h
- MANIFEST
- NEWS
- PKG-INFO
- README
- setup.cfg
- setup.py
- StringMatcher.py
How do I install the Levenshtein library so I could import and use it into my python code?