- 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.
推薦閱讀
- HTML5+CSS3王者歸來(lái)
- Android開(kāi)發(fā)精要
- Vue.js 2 and Bootstrap 4 Web Development
- 基于免疫進(jìn)化的算法及應(yīng)用研究
- Functional Programming in JavaScript
- 區(qū)塊鏈:以太坊DApp開(kāi)發(fā)實(shí)戰(zhàn)
- Learning Unity 2D Game Development by Example
- 運(yùn)用后端技術(shù)處理業(yè)務(wù)邏輯(藍(lán)橋杯軟件大賽培訓(xùn)教材-Java方向)
- 微服務(wù)架構(gòu)深度解析:原理、實(shí)踐與進(jìn)階
- Flask Web開(kāi)發(fā):基于Python的Web應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)(第2版)
- Node.js 6.x Blueprints
- Cloud Development andDeployment with CloudBees
- HTML5+CSS+JavaScript深入學(xué)習(xí)實(shí)錄
- 面向?qū)ο蠓治雠c設(shè)計(jì)(第3版)
- 像程序員一樣使用MySQL