Update README.md

This commit is contained in:
FURK4NGG
2026-05-04 00:09:00 +03:00
committed by GitHub
parent 46112de738
commit a25074b747
+7 -8
View File
@@ -27,16 +27,10 @@
``` ```
cd ~/.config/capture-ai/ cd ~/.config/capture-ai/
``` ```
Core System & Python 🧩 Core System & Python
``` ```
sudo pacman -S --needed python python-virtualenv git sudo pacman -S --needed python python-virtualenv git
``` ```
🖥️ GTK4 UI Dependencies
```
sudo pacman -S --needed gtk4 libadwaita python-gobject gobject-introspection
```
Enviroment Enviroment
``` ```
python -m venv venv python -m venv venv
@@ -44,6 +38,11 @@
pip install -r requirements.txt pip install -r requirements.txt
``` ```
<br><br> <br><br>
🖥️ GTK4 UI Dependencies
```
sudo pacman -S --needed gtk4 libadwaita python-gobject gobject-introspection
```
<br><br>
🎨 Rendering & Graphics 🎨 Rendering & Graphics
``` ```
sudo pacman -S --needed cairo pango gdk-pixbuf2 sudo pacman -S --needed cairo pango gdk-pixbuf2
@@ -62,7 +61,7 @@
<br><br> <br><br>
🎧 Audio / Voice 🎧 Audio / Voice
🎙️ pw-record / arecord -> 📄 WAV file -> 🧠 whisper-cli -> ✍ Text input 🎙️ voice record -> 📄 WAV file -> 🧠 whisper-cli -> ✍ Text input
<br> <br>
🎙️ Offline Voice Input,voice record (Speech → Text) 🎙️ Offline Voice Input,voice record (Speech → Text)
``` ```