You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have two options to run the Python® application. For a quick setup, you can use the pre-built `arduino/python-rpc-sensors` image that's maintained. This makes sure you always have the latest compatible version:
185
+
186
+
```bash
187
+
adb shell
188
+
```
189
+
190
+
Pull and run the pre-built image using following command:
191
+
192
+
```bash
193
+
docker run --rm --network=host arduino/python-rpc-sensors
194
+
```
195
+
196
+
This approach is recommended as it's simpler and always uses the latest tested version compatible with the current OS.
197
+
198
+
If you want to modify the Python® script or learn how the container is built, you can build the image from source.
199
+
184
200
The complete Python® application files are available in the repository [here](https://github.com/arduino/portenta-containers/tree/main/python-rpc-sensors). Clone or download the repository to your local machine, then upload the `python-rpc-sensors` folder to the Portenta X8 via:
0 commit comments