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

  

posted on 2020-12-02 17:52  蓝码骑士  阅读(8186)  评论(0编辑  收藏  举报

导航