![Python Penetration Testing Cookbook](https://wfqqreader-1252317822.image.myqcloud.com/cover/475/36700475/b_36700475.jpg)
上QQ阅读APP看书,第一时间看更新
Getting ready
First of all, install Xcode from the App Store, if you haven't installed it already. And then update the command-line tools with the following command:
$ xcode-select --install
Also, we need to install Homebrew, a package manager for macOS, for that open terminal and type the following command:
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"