From 5e74787bb005b5073a215712179fc3ed7dc417f6 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Tue, 5 Nov 2024 15:42:14 +0100 Subject: [PATCH] documentation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7187011..d41cb13 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ source venv/bin/activate pip install bpy ``` +to install mathutils, this was necessary for me: +``` +sudo xbps-install -Sy python3.11-devel +CFLAGS=$(python3.11-config --cflags) LDFLAGS=$(python3.11-config --ldflags) pip install mathutils +``` + # install addon: ```bash cd