From 94f238b113cbd951fcb567b7aee418331bb58532 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Wed, 13 May 2026 07:33:48 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 72bcc78..1d8cb32 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ It supports both online models (OpenRouter) and local AI providers, giving full ``` 🧩 Core System & Python ``` - sudo pacman -S --needed python python-virtualenv git poppler libreoffice + sudo pacman -S --needed python python-virtualenv git ``` Environment ``` @@ -124,7 +124,7 @@ It supports both online models (OpenRouter) and local AI providers, giving full

📄 File Processing (DOCX / XLSX / PDF) ``` - sudo pacman -S --needed python-pypdf python-pymupdf python-openpyxl python-reportlab ttf-dejavu + sudo pacman -S --needed python-pypdf python-pymupdf python-openpyxl python-reportlab poppler libreoffice ttf-dejavu yay -S python-docx ```

@@ -214,7 +214,7 @@ It supports both online models (OpenRouter) and local AI providers, giving full 🧩 Core System & Python ``` sudo apt update - sudo apt install -y python3 python3-venv git poppler-utils libreoffice + sudo apt install -y python3 python3-venv git ``` Environment ``` @@ -240,7 +240,7 @@ It supports both online models (OpenRouter) and local AI providers, giving full

📄 File Processing (DOCX / XLSX / PDF) ``` - sudo apt install -y python3-pypdf python3-pymupdf python3-openpyxl python3-reportlab fonts-dejavu + sudo apt install -y python3-pypdf python3-pymupdf python3-openpyxl python3-reportlab poppler-utils libreoffice fonts-dejavu pip install python-docx ``` or