diff --git a/README.md b/README.md index 1ce5853..6f58c7d 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,22 @@ sudo pacman -S --needed git python python-virtualenv python-gobject gtk4 libadwaita gobject-introspection cairo pango glib2 xdg-utils noto-fonts-emoji ``` + Network & Runtime Dependencies + ``` + sudo pacman -S --needed python-requests wget + ``` + Enviroment ``` python -m venv venv source venv/bin/activate pip install -r requirements.txt + ``` +

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

Offline Voice Input (Speech → Text) @@ -51,6 +62,11 @@ sudo pacman -S --needed alsa-utils ```

+ 🎧 Audio / System Integration + ``` + sudo pacman -S --needed libpulse gdk-pixbuf2 + ``` +

📄 Offline Speech to Text ```