Update README.md

This commit is contained in:
elias 2025-04-03 12:15:17 +02:00
parent f7b48c0068
commit c6e11a7df4

View File

@ -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.<br>
> -> pip install [filename]<br>
> 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")