From 0d23a3952c5a33b4fa58bcfd1a1297e9dab7f5dd Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 14 Aug 2014 14:56:33 +0200 Subject: [PATCH] Requirements updated for CC/ASN lookup in URL module --- README.md | 5 +++++ pip_packages_requirement.txt | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index f3ee46d0..bc51ae68 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ sudo apt-get install screen sudo apt-get install libssl-dev sudo apt-get install libfreetype6-dev 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: @@ -79,6 +81,9 @@ 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) +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 diff --git a/pip_packages_requirement.txt b/pip_packages_requirement.txt index 46b2088d..87aac18c 100644 --- a/pip_packages_requirement.txt +++ b/pip_packages_requirement.txt @@ -28,3 +28,7 @@ texttable #Indexer requirements 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