From b788284fb5ee8b1b8d0b68bb5906b2b598ff488f Mon Sep 17 00:00:00 2001 From: Jonas Frey Date: Tue, 26 Mar 2024 12:01:25 +0100 Subject: [PATCH] Updated Readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4bf9e289..8c23ed42 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,13 @@ python wild_visual_navigation_ros/scripts/wvn_learning_node.py ## Development +### Install pre-commit +```shell +pip3 install pre-commit +cd wild_visual_navigation && python3 -m pre_commit install +cd wild_visual_navigation && python3 -m pre_commit run +``` + ### Code formatting ```shell # for formatting