From 0ae16a5258a812da4410c2e46b61e2b3b749409d Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Fri, 16 Apr 2021 16:04:10 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f3f90fd..9b56f7d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,14 @@ A super simple MIT licensed fuzzy matching library to be used as an MIT alternative to Fuzzy Wuzzy which is GPL licensed. It is much less featured as Fuzzy Wuzzy, so if GPL is not blocking you, you should probably use Fuzzy Wuzzy instead. +## Alternatives + +https://github.com/maxbachmann/RapidFuzz + +```bash +pip install rapidfuzz +``` + ## Installation ```bash