OpenWRT 安装Python3、pip3、scapy

安装Python3、pip3

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
上一篇
下一篇