diff --git a/doc/scapy/installation.rst b/doc/scapy/installation.rst index 4e86726feee99a4ad5f938fd6ccf3a2125ca90e7..4ef6a71b6ddaa471434dc5999072b24ad9c377d9 100644 --- a/doc/scapy/installation.rst +++ b/doc/scapy/installation.rst @@ -262,10 +262,13 @@ Install using Homebrew 1. Update Homebrew:: - $ sudo brew update + $ brew update 2. Install Python bindings:: + + $ brew install --with-python libdnet + $ brew install https://raw.githubusercontent.com/secdev/scapy/master/.travis/pylibpcap.rb $ sudo brew install --with-python libdnet $ sudo brew install https://raw.githubusercontent.com/secdev/scapy/master/.travis/pylibpcap.rb