Whoosh added for the indexer modules

This commit is contained in:
Alexandre Dulaunoy 2014-08-11 14:13:09 +02:00
parent 2b8f2689bf
commit 72b232366b

View file

@ -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)
```