updated howmanypeoplearound install to python3

This commit is contained in:
Greatest125 2020-12-15 18:07:12 -05:00 committed by GitHub
parent 04bdf00916
commit 557518e40c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,7 +134,7 @@ class Howmanypeople(HackingTool):
"Please check your country's laws"
INSTALL_COMMANDS = [
"sudo apt-get install tshark"
";sudo pip install howmanypeoplearearound"
";sudo python3 -m pip install howmanypeoplearearound"
]
RUN_COMMANDS = ["sudo howmanypeoplearearound"]