sherlock$ python3 sherlock.py
Traceback (most recent call last):
File "sherlock.py", line 23, in
from colorama import Fore, Style, init
ModuleNotFoundError: No module named 'colorama'
I'm running the current version.
Please read the readme file.
You just have to install requirements:
python3 -m pip install -r requirements.txt
Thank You, so much that helped fix it.
Most helpful comment
Please read the readme file.
You just have to install requirements: