JoomlaScan icon indicating copy to clipboard operation
JoomlaScan copied to clipboard

Add requirements in README.md

Open jafamo opened this issue 7 years ago • 1 comments

I used raspberry pi 3. I tried to run this script but I needed to install python-requests.

$python joomlascan.py

Traceback (most recent call last): File "joomlascan.py", line 4, in <module> import requests ImportError: No module named requests After install python-requests I solved my problem.

jafamo avatar Apr 21 '17 08:04 jafamo

If you are using python 3, you need to install

pip3 install requests

jafamo avatar Apr 21 '17 08:04 jafamo