Breadcrumbs

Python Application Development on Device

Introduction

If you want use/develop python applications directly on your device, you have to install some additional tools on the device.

Installation

The device must have an active internet connection.


Bash
opkg update
# install python3
opkg install python3
# install pip
opkg install python3-pip


Additional Information:

  • furher python libs are available over the package manager (opkg) or the pip3