RUTX09 RUTX_R_00.07.09.1 pylogix

Hello,

Firstly, check if you have python3.11 installed:

opkg list-installed | grep python

If not, install it with:

opkg update
opkg install python3

Then, you can download and install pip via:

wget https://bootstrap.pypa.io/get-pip.py -O /tmp/get-pip.py
python3.11 /tmp/get-pip.py

Install pylogix:

pip install pylogix

Verify that pylogix is installed, as in the example provided on Github.

Hope this helps!

Kind Regards,