From 9e96b2819a85281779dea9db5f6ecee69a649281 Mon Sep 17 00:00:00 2001 From: Tassos <tassos@natsakis.com> Date: Tue, 14 Jan 2025 11:24:28 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7aca42d..363eb66 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ This is a ROS2 package that creates a bridge between ROS2 and OfficeBots, publis ## Installation -Clone this repository in your workspace, install dependencies, and build the package. This package depends on the `officebots` and `webserial` python packages which can be installed via pip: +Clone this repository in your workspace, install dependencies, and build the package. This package depends on the `officebots` and `websockets` python packages which can be installed via pip: -> $ pip install officebots webserial +> $ pip install officebots websockets ## Usage -- GitLab