docs: Update Arch Linux fonttools installation instructions to use pacman instead of pipx.

This commit is contained in:
2026-03-02 23:41:27 +01:00
parent a8062a3687
commit 8350741f0d
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ try:
except ImportError:
print("Error: 'fonttools' is required to accurately read internal font names.")
print("Please install it by running: pip install fonttools (for Windows/Ubuntu)")
print("Or: pipx install fonttools (for ArchLinux)")
print("Or: sudo pacman -S python-fonttools (for Arch Linux)")
sys.exit(1)
def get_ass_font_names(ass_path):