How to install python-levenshtein on Windows?
For a 64-bit install that's as easy as pip, try: http://www.lfd.uci.edu/~gohlke/pythonlibs/#python-levenshtein
if you use Anaconda, try:
conda install -c conda-forge python-levenshtein
For a 64-bit install that's as easy as pip, try: http://www.lfd.uci.edu/~gohlke/pythonlibs/#python-levenshtein
if you use Anaconda, try:
conda install -c conda-forge python-levenshtein