From 78038e4c945a156545d26f156ea9b48683f0539c Mon Sep 17 00:00:00 2001 From: Sam Stites Date: Tue, 3 Jan 2017 04:48:44 -0500 Subject: [PATCH] [README] brew is not recommended to be run as sudo (#317) --- doc/scapy/installation.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/scapy/installation.rst b/doc/scapy/installation.rst index 4e86726fe..4ef6a71b6 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