Skip to content

Commit

Permalink
Merge pull request #157 from rolando-contrib/extras-require-speedup
Browse files Browse the repository at this point in the history
Add extras require to install python-levenshtein optionally.
  • Loading branch information
josegonzalez committed Feb 16, 2017
2 parents c09e69e + 3677e71 commit 919e365
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Expand Up @@ -23,6 +23,13 @@ Using PIP via PyPI
pip install fuzzywuzzy
or the following to install `python-Levenshtein` too

.. code:: bash
pip install fuzzywuzzy[speedup]
Using PIP via Github

.. code:: bash
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -23,6 +23,7 @@ def open_file(fname):
author='Adam Cohen',
author_email='adam@seatgeek.com',
packages=['fuzzywuzzy'],
extras_require={'speedup': ['python-levenshtein>=0.12']},
url='https://github.com/seatgeek/fuzzywuzzy',
license=open('LICENSE.txt').read(),
classifiers=[
Expand Down

0 comments on commit 919e365

Please sign in to comment.