bcode

OpenWRT 安装Python3、pip3、scapy

# python 和pip 安装
root@Openwrt:/mnt# opkg install python3-base
root@Openwrt:~# opkg install python3-pip
root@Openwrt:~# opkg install python3
root@Openwrt:~# /usr/bin/python3 -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple  --upgrade pip    

# 安装scapy
root@Openwrt:~# pip install -i https://pypi.tuna.tsinghua.edu.cn/simple  scapy

  

分类:

技术点:

相关文章: