![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=1739164173-QUC6BHhYdfOpkrg9Hhif37ACu5mNgde2-0-379fb691856a5be0c34accc49ea7a220)
- 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.