mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-22 04:54:26 +01:00
Fix pip command in readme
This commit is contained in:
parent
1ef18eac10
commit
62f3cabe1d
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user