Update README.rst

This commit is contained in:
David Schütz 2017-03-11 10:56:27 +01:00 committed by GitHub
parent 5540dc489b
commit e09898028a
1 changed files with 4 additions and 6 deletions

View File

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