diff --git a/README.rst b/README.rst index 2a5dda4..f712cb2 100644 --- a/README.rst +++ b/README.rst @@ -23,6 +23,43 @@ You can download KickThemOut by cloning the `Git Repo `:: + + $ git clone https://github.com/k4m4/kickthemout.git + + $ cd kickthemout + +Install Os X requirements:: + + $ pip install -r requirements_for_osx.txt + +Install `libdnet `:: + +Using Homebrew: + + $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null + + $ brew update + + $ brew install libdnet + +From source: + + $ wget http://ftp.psu.ac.th/pub/snort/libdnet-1.12.tgz + + $ tar xfz libdnet-1.12.tgz + + $ ./configure + + $ make + + $ sudo make install + + $ cd python 2.x setup.py install + Demo ----- diff --git a/requirements_for_osx.txt b/requirements_for_osx.txt new file mode 100644 index 0000000..6270347 --- /dev/null +++ b/requirements_for_osx.txt @@ -0,0 +1,2 @@ +scapy +pcapy \ No newline at end of file