![Python Penetration Testing Cookbook](https://wfqqreader-1252317822.image.myqcloud.com/cover/475/36700475/b_36700475.jpg)
上QQ阅读APP看书,第一时间看更新
Installing Python
- Search the Homebrew for the options we can install:
$ brew search python
This will get a result as follows:
![](https://epubservercos.yuewen.com/620715/19470400808922106/epubprivate/OEBPS/Images/Chapter_62.jpg?sign=1739423256-51C3YIjNnwd5bE2SqRwuYVUxynR8NIuY-0-e926b2b1e84bd8e340f011c7db66df1d)
- To install Python 3, you can run the following command:
$ brew install python3
Along with Python 3, brew will install pip3 and setuptools.
- To set up the virtual environment and virtualenvwrapper, you can follow the same steps as we did for Linux environment.
- To install the sublime text3, get the package from https://www.sublimetext.com/3 and run the installer. Everything else for configuring Sublime text 3 is the same as in the Linux environment.