Merge pull request #3 from k4m4/master

update
This commit is contained in:
David Schütz 2017-01-15 19:02:41 +01:00 committed by GitHub
commit 0b0a822d01
1 changed files with 22 additions and 1 deletions

View File

@ -21,7 +21,28 @@ You can download KickThemOut by cloning the `Git Repo <https://github.com/k4m4/k
$ cd kickthemout
$ pip install -r requirements.txt
$ sudo pip install -r requirements.txt
Mac OS X Installation
----------------------
If you would like to install KickThemOut on a Mac, please run the following::
$ sudo pip install pcapy
$ brew install libdnet
$ brew install scapy
Keep in mind that you might be asked to run some commands after executing the previous step. Moving on::
$ git clone https://github.com/k4m4/kickthemout.git
$ cd kickthemout/
$ python kickthemout.py
**NOTE**: You need to have `Homebrew <http://brew.sh/>`_ installed before running the Mac OS installation.
Demo
-----