Update README.md

This commit is contained in:
fls 2026-09-17 18:07:09 -03:00
parent bf49b6a18b
commit 1ec9da912f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Getting a copy of the project up and running on your local machine. Supported Pl
Open the terminal (Ctrl+Alt+T) and run the following command to install the software dependencies: Open the terminal (Ctrl+Alt+T) and run the following command to install the software dependencies:
``` ```
sudo apt install python3 python3-gi python3-cairo python3-gi-cairo gir1.2-gtk-3.0 libgirepository1.0-dev python3-dev build-essential pkg-config python3-pip python3-venv gcc libcairo2-dev python3-dev libgirepository-2.0-dev gir1.2-gtksource-3.0 cmake sudo apt install python3 python3-gi python3-cairo python3-gi-cairo gir1.2-gtk-3.0 libgirepository1.0-dev python3-dev build-essential pkg-config python3-pip python3-venv gcc libcairo2-dev python3-dev libgirepository-2.0-dev gir1.2-gtksource-3.0 cmake libgoocanvas-2.0-9 libgoocanvas-2.0-dev gir1.2-goocanvas-2.0
``` ```
### Installation ### Installation