From 89514d3be5be3e96d8745114b945b07b42fb4b55 Mon Sep 17 00:00:00 2001 From: Jim Garrison Date: Mon, 27 Oct 2025 11:54:07 -0400 Subject: [PATCH] Add note that python development headers are required This change is from a user report, which recommended that users install `libpython3.12-dev`. That package is specific to Debian distributions, so I thought adding this note would be the best way to handle it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77a17f1..e2c7a80 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ To build this project, the following dependencies are required: - Rust (latest stable recommended) - C compiler with C++17 support - CMake and Make (available as RPM packages on RHEL-compatible OS) -- Python ≥ 3.11 +- Python ≥ 3.11 (including development header files) ## Required Libraries