From 7a6ce41fb59039e2c1188258d33cf27c4ad36962 Mon Sep 17 00:00:00 2001 From: Ege Beysel Date: Fri, 27 Mar 2026 16:45:42 +0100 Subject: [PATCH] Add libpango1.0-dev to installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d4997b..9a053d9 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ brew install cairo pango **Ubuntu / Debian:** ```bash -apt install libcairo2-dev libgirepository1.0-dev +apt install libcairo2-dev libgirepository1.0-dev libpango1.0-dev ``` Python 3.13 or later is required.