From f7bd3b0330b0a1643dfb185a8f9d1cc22ca1bde9 Mon Sep 17 00:00:00 2001 From: Nikolaos Kamarinakis Date: Sun, 13 Aug 2017 14:05:48 +0300 Subject: [PATCH] Fix macOS Installation Guide Altered `brew install --with-python libdnet scapy nmap` to `brew install --with-python libdnet nmap`. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index eab8204..cc57a86 100644 --- a/README.rst +++ b/README.rst @@ -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::