How to install python-levenshtein for python 2 and python 3 on Ubuntu Linux.
For python2 you :
cd into directory
sudo python setup.py install
For python 3 you :
sudo apt-get install python3-setuptools
sudo apt-get install python3-dev
cd into directory
sudo python3 setup.py install