Fix pip command in readme

This commit is contained in:
Nikolaos Kamarinakis 2017-05-20 01:27:26 +03:00 committed by GitHub
parent 1ef18eac10
commit 62f3cabe1d
1 changed files with 2 additions and 2 deletions

View File

@ -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 <http://brew.sh/>`_ installed before running the Mac OS installation.