From 98c085a9ba0b0dd06f58513dd844a77c92f4b837 Mon Sep 17 00:00:00 2001
From: Simon Perche <simon.perche@insa-lyon.fr>
Date: Thu, 24 Apr 2025 12:21:12 +0000
Subject: [PATCH] Update README.md

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f22c3d7..98f2bbf 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,9 @@ Our versions of each package are given. However, it might works with newer versi
 
 Go to the installation of Blender into `blender/3.0/python/bin`.
 Execute this command:  ```bash ./python3.9 -m pip install -r requirements.txt ```
-Troubleshoot Linux
+
+#### Troubleshoot Linux
+
 If, while enabling the addon, it throws `module not found` error, execute this command to copy all packages from local folder to blender folder `cp -r $HOME/.local/lib/python3.10/site-packages/* ../lib/python3.10/` (adapt for your version).
 
 ## Weights
-- 
GitLab