mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-14 02:28:23 +00:00
Whoosh added for the indexer modules
This commit is contained in:
parent
2b8f2689bf
commit
72b232366b
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ pip install python-magic
|
||||||
pip install numpy
|
pip install numpy
|
||||||
pip install flask
|
pip install flask
|
||||||
pip install nltk
|
pip install nltk
|
||||||
|
pip install whoosh
|
||||||
pip install matplotlib ----- (sudo ln -s freetype2/ft2build.h in /usr/include/)
|
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)
|
pip install pybloomfiltermmap ----- (you may need to sudo apt-get install libssl-dev)
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue