diff --git a/README.md b/README.md index a553077..63d2ce4 100644 --- a/README.md +++ b/README.md @@ -61,13 +61,19 @@ Run ```sudo bash setup.sh``` #### To address the issue with ImportError: No module named dns follow these steps +~~git clone https://github.com/rthalley/dnspython; +cd dnspython/; +python setup.py install~~ + + +#### As DNSPYTHON is now in version 2.x and it relies on python3, that cannot be used for warberry anymore. to fix that issue it is needed to deploy older version via pip (1.16.0 - the latest with python2) + ``` -git clone https://github.com/rthalley/dnspython -cd dnspython/ -python setup.py install +pip install dnspython==1.16.0 ``` + ### Reporting Download the **/RESULTS** folder into /var/www, /Library/Webserver/Documents/ or XAMPP web directory depending on your OS and setup.