From 72b232366be22bfd4a69dd37e848351236d1c524 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 11 Aug 2014 14:13:09 +0200 Subject: [PATCH] Whoosh added for the indexer modules --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66b3dd77..ccb2f80b 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ pip install python-magic pip install numpy pip install flask pip install nltk +pip install whoosh pip install matplotlib ----- (sudo ln -s freetype2/ft2build.h in /usr/include/) pip install pybloomfiltermmap ----- (you may need to sudo apt-get install libssl-dev) ```