From 8f2ec5d295946df4f3d837124b083c37f9df59a3 Mon Sep 17 00:00:00 2001 From: x7z4w Date: Thu, 11 Sep 2025 15:59:35 +0200 Subject: [PATCH] [docs] nit Signed-off-by: x7z4w --- docs/STYLES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/STYLES.md b/docs/STYLES.md index de53c71ec..ae1ef7806 100644 --- a/docs/STYLES.md +++ b/docs/STYLES.md @@ -20,14 +20,14 @@ To work with styles first [clone the CoMaps repository](INSTALL.md#getting-sourc Install a `protobuf` python package with `pip` ``` -pip install protobuf +pip install "protobuf<3.21" ``` or with your OS package manager, e.g for Ubuntu ``` sudo apt install python3-protobuf ``` -To run the `generate_symbols.sh` script install `optipng` also, e.g. for Ubuntu +To run the `generate_symbols.sh` script, you need to install `optipng`, e.g. for Ubuntu ``` sudo apt install optipng ```