codingo / VHostScan

A virtual host scanner that performs reverse lookups, can be used with pivot tools, detect catch-all scenarios, work around wildcards, aliases and dynamic default pages.
GNU General Public License v3.0
1.19k stars 231 forks source link

Change readme documentation to specifically say python3 #93

Closed linted closed 6 years ago

linted commented 6 years ago

The readme says python setup.py install when it should say python3 setup.py install

This will allow for people with both versions of python installed to copy and paste the commands and get the right version installed. The usage of pip should also be changed to pip3 just to avoid ambiguity.

linted commented 6 years ago

Thanks for the quick turn around, @codingo , but I think we should also change the usage of pip to pip3