From 62f3cabe1da27c2411ab0a42ef7e2828365e27ef Mon Sep 17 00:00:00 2001 From: Nikolaos Kamarinakis Date: Sat, 20 May 2017 01:27:26 +0300 Subject: [PATCH] Fix pip command in readme --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 25552b9..f3e654e 100644 --- a/README.rst +++ b/README.rst @@ -41,7 +41,7 @@ MacOS Installation If you would like to install KickThemOut on a Mac, please run the following:: - $ pip install pcapy + $ sudo pip install pcapy $ brew install libdnet scapy nmap @@ -51,7 +51,7 @@ If you would like to install KickThemOut on a Mac, please run the following:: $ cd kickthemout/ - $ sudo python -m pip install -r requirements.txt + $ sudo pip install -r requirements.txt **NOTE**: You need to have `Homebrew `_ installed before running the Mac OS installation.