Hi @gkovacs9999,
To install Python, or any other package, you can follow these simple steps:
- Access your device via CLI/SSH
- Execute command: opkg update
- Execute command :opkg install python3
This should install python package to your router. You can install any other supported package using same syntax. To check what packages you can install:
- Execute command: opkg update
- Execute command: opkg list
Best Regards,
Marijus