![Python Penetration Testing Cookbook](https://wfqqreader-1252317822.image.myqcloud.com/cover/475/36700475/b_36700475.jpg)
上QQ阅读APP看书,第一时间看更新
Setting up the editor or IDE
Lastly, you require a text editor or an IDE to edit the scripts. As Python programs are just text files that we can edit directly, if you do not have a favorite text editor, sublime text3 is a good option:
- To install sublime text3, you can download the latest version from https://www.sublimetext.com/3.
- You can install sublime text3 from the command line with the following commands:
$ sudo add-apt-repository ppa:webupd8team/sublime-text-3 $ sudo apt-get update $ sudo apt-get install sublime-text-installer
- It would be better if you could install the Anaconda package for sublime text3. To install it, use the keyboard shortcut Ctrl +Shift + P and type install. This will show an option Package Control: Install Package.
![](https://epubservercos.yuewen.com/620715/19470400808922106/epubprivate/OEBPS/Images/Chapter_28.jpg?sign=1739053368-nWLxmZLAJBz95FPPBfC53PoklN8fRlSU-0-ee7905f42a3e242d70b61d788c0da097)
- Select this and search for the package Anaconda. Select the package to install it.
![](https://epubservercos.yuewen.com/620715/19470400808922106/epubprivate/OEBPS/Images/Chapter_49.jpg?sign=1739053368-8CLDbOR6j3Y0S1qTGDhBItuxidB0fIt1-0-b9e57be4d1fa203777c54b115afb2a22)