From e61ba79a9cd608c163c7fb82b8a8eba329b5d1ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Pal=C3=A9ologue?= Date: Wed, 15 Nov 2023 11:50:28 +0000 Subject: [PATCH] Add tip about installing `vcs` It was not as trivial as it looks. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 13aa4be..e379edb 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ cd rosdep install --from-paths src --ignore-src --rosdistro -y ``` +> To install vcs: `sudo apt-get install python3-vcstool` + Then build the workspace: ```sh