Fix macOS Installation Guide

Altered `brew install --with-python libdnet scapy nmap` to `brew install --with-python libdnet nmap`.
This commit is contained in:
Nikolaos Kamarinakis 2017-08-13 14:05:48 +03:00 committed by GitHub
parent 4052724390
commit f7bd3b0330
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ If you would like to install KickThemOut on a Mac, please run the following::
$ brew update
$ brew install --with-python libdnet scapy nmap
$ brew install --with-python libdnet nmap
**Keep in mind** that you might be asked to run some commands after executing the previous step. Moving on::