mirror of https://github.com/secdev/scapy.git
[README] brew is not recommended to be run as sudo (#317)
This commit is contained in:
parent
862f659dab
commit
78038e4c94
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue