# 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