From 303e4b340795e0a2254fbded098acf15b0713119 Mon Sep 17 00:00:00 2001 From: Stacey Sharp Date: Thu, 19 Sep 2024 13:19:24 -0400 Subject: [PATCH] Added Debian package requirements to README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 93bdeceb..048e3b17 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,13 @@ Ensure you have Python and the necessary development packages installed: sudo apt-get update sudo apt-get install python3 python3-pip python3-venv python3.11-dev ``` + +If using Debian, you may need to install the following packages for `mkdocs-material`: + +```bash +sudo apt-get install libcairo2 pango1.0-tools +``` + ### Cloning the Repository Next, clone the Armbian documentation repository: