- Hands-On Penetration Testing with Python
- Furqan Khan
- 101字
- 2021-07-02 14:13:46
Installing Python
Over the course of this book, all of the exercises will be shown on a Linux OS. In my case, I am using Ubuntu 16.04. You can choose any variant you prefer. We will be using python3 for our exercises, which can be installed as follows:
sudo apt-get install python3
sudo apt-get install python3-pip
The second command installs pip, which is Python's package manager. All open source Python libraries that do not come as part of the standard installation can be installed with the help of pip. We will be exploring how to use pip in the upcoming sections.
推薦閱讀
- Facebook Application Development with Graph API Cookbook
- Learn Programming in Python with Cody Jackson
- Building Mapping Applications with QGIS
- Python程序設計
- 零基礎學單片機C語言程序設計
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- Learning Concurrent Programming in Scala
- Mastering React
- GameMaker Essentials
- Webpack實戰:入門、進階與調優(第2版)
- Learning Ionic
- Scala編程實戰
- Node.js從入門到精通
- Delphi開發典型模塊大全(修訂版)
- Java EE 7 with GlassFish 4 Application Server