From c6e11a7df4d10a56d859c47ec287d04d2b6893c5 Mon Sep 17 00:00:00 2001 From: elias Date: Thu, 3 Apr 2025 12:15:17 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 93c0edc..1e66b3f 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ > [!NOTE] > Installing the custom [package wheel](https://git.itlabs.at/elias/robomaster-python/src/branch/main/controller/robomasterbfi-1.0.0-py3-none-any.whl) is crucial for arm & gripper to work.
> -> pip install [filename]
-> then youre able to use this package via `robomasterbfi` -> e.g. +> then youre able to use this package via `robomasterbfi`, e.g. > ```python > import robomasterbfi as rm > cmd = rm.Commander(ip="192.168.2.1")