From c725c3a9bf84c5b02287d24dce4b67f101fccfc3 Mon Sep 17 00:00:00 2001 From: Alexander Schaefer Date: Thu, 15 May 2025 16:15:43 +0200 Subject: [PATCH] AS: final final commit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fb2c00d..95c933b 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,11 @@ If everything worked, this should either move the robot or complain about it bei ``` 2. **Install Required Python Libraries** + + ```bash + pip install osc4py3 + ``` + ```bash pip install numpy==1.22.4 scipy==1.7.3 spatialmath-python==1.1.14 roboticstoolbox-python==1.1.1 osc4py3 ```