mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
Merge pull request #14 from adulau/master
Requirements updated for CC/ASN lookup in URL module
This commit is contained in:
commit
715adb4546
2 changed files with 9 additions and 0 deletions
|
@ -43,6 +43,8 @@ sudo apt-get install screen
|
||||||
sudo apt-get install libssl-dev
|
sudo apt-get install libssl-dev
|
||||||
sudo apt-get install libfreetype6-dev
|
sudo apt-get install libfreetype6-dev
|
||||||
sudo apt-get install python-numpy
|
sudo apt-get install python-numpy
|
||||||
|
sudo apt-get install libadns1
|
||||||
|
sudo apt-get install libadns1-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
Then these modules need to be install with pip inside the virtual environment:
|
Then these modules need to be install with pip inside the virtual environment:
|
||||||
|
@ -79,6 +81,9 @@ pip install nltk
|
||||||
pip install whoosh
|
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)
|
||||||
|
pip install ipaddress
|
||||||
|
pip install http://adns-python.googlecode.com/files/adns-python-1.2.1.tar.gz
|
||||||
|
pip install https://github.com/trolldbois/python-cymru-services/archive/master.zip
|
||||||
```
|
```
|
||||||
|
|
||||||
Installing Redis & Level DB
|
Installing Redis & Level DB
|
||||||
|
|
|
@ -28,3 +28,7 @@ texttable
|
||||||
|
|
||||||
#Indexer requirements
|
#Indexer requirements
|
||||||
whoosh
|
whoosh
|
||||||
|
|
||||||
|
#ASN lookup requirements
|
||||||
|
http://adns-python.googlecode.com/files/adns-python-1.2.1.tar.gz
|
||||||
|
https://github.com/trolldbois/python-cymru-services/archive/master.zip
|
||||||
|
|
Loading…
Reference in a new issue