How to install pip (Python) on Teltonika RUTX/TRB (OpenWRT)
You can just install pip
on OpenWRT such as on the Teltonika RUTX10/RUTX11 or TRB series using opkg
:
opkg update
opkg install python3-pip
Tested on firmware TRB1_R_00.07.02.6
.
You can just install pip
on OpenWRT such as on the Teltonika RUTX10/RUTX11 or TRB series using opkg
:
opkg update
opkg install python3-pip
Tested on firmware TRB1_R_00.07.02.6
.