openwrt平台安装python及pip

1.安装python

opkg update

opkg install python

2.安装pip

wget https://bootstrap.pypa.io/get-pip.py  --no-check-certificate

python get-pip.py

3.安装依赖模组

pip install requests

作者:刹那

命中有时终须有,命中无时需强求。

发表评论

您的邮箱地址不会被公开。 必填项已用 * 标注