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