Update README.md

This commit is contained in:
FURK4NGG
2026-05-13 07:33:48 +03:00
committed by GitHub
parent eac21da607
commit 94f238b113
+4 -4
View File
@@ -98,7 +98,7 @@ It supports both online models (OpenRouter) and local AI providers, giving full
``` ```
🧩 Core System & Python 🧩 Core System & Python
``` ```
sudo pacman -S --needed python python-virtualenv git poppler libreoffice sudo pacman -S --needed python python-virtualenv git
``` ```
Environment Environment
``` ```
@@ -124,7 +124,7 @@ It supports both online models (OpenRouter) and local AI providers, giving full
<br><br> <br><br>
📄 File Processing (DOCX / XLSX / PDF) 📄 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 yay -S python-docx
``` ```
<br><br> <br><br>
@@ -214,7 +214,7 @@ It supports both online models (OpenRouter) and local AI providers, giving full
🧩 Core System & Python 🧩 Core System & Python
``` ```
sudo apt update sudo apt update
sudo apt install -y python3 python3-venv git poppler-utils libreoffice sudo apt install -y python3 python3-venv git
``` ```
Environment Environment
``` ```
@@ -240,7 +240,7 @@ It supports both online models (OpenRouter) and local AI providers, giving full
<br><br> <br><br>
📄 File Processing (DOCX / XLSX / PDF) 📄 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 pip install python-docx
``` ```
or or