[docs] nit

Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
x7z4w
2025-09-11 15:59:35 +02:00
parent 84e2da9829
commit 8f2ec5d295

View File

@@ -20,14 +20,14 @@ To work with styles first [clone the CoMaps repository](INSTALL.md#getting-sourc
Install a `protobuf` python package with `pip` 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 or with your OS package manager, e.g for Ubuntu
``` ```
sudo apt install python3-protobuf 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 sudo apt install optipng
``` ```