From d996b1d523e3fc9ce828c2788406bdd58b1ee924 Mon Sep 17 00:00:00 2001 From: Kharec Date: Tue, 6 Jan 2026 07:40:26 +0100 Subject: [PATCH] docs: add a workaround for python 3.13 based linux --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6030cc9..fb66cf6 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,17 @@ auditui --version All set, run `auditui configure` to set up authentication, and then `auditui` to start the TUI. +### Workaround for Python 3.13 linux distribution + +On some Linux distributions, Python 3.13 is already the default. So you have to install Python 3.12 manually before using `pipx`. + +Workaround for Arch Linux: + +```bash +yay -S python312 +pipx install auditui --python python3.12 +``` + ## Keybindings | Key | Action |