We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2aea91 commit e9fe9bfCopy full SHA for e9fe9bf
README.md
@@ -39,20 +39,22 @@ sudo apt-get install libcairo2-dev
39
40
sudo apt-get install libgirepository1.0-dev
41
42
-
+sudo apt-get install ffmpeg
43
```
44
45
46
pip install npcsh
47
48
##Mac install
49
+```bash
50
brew install portaudio
51
brew install ffmpeg
52
brew install ollama
53
brew services start ollama
54
brew install pygobject3
55
+
56
57
+```
58
59
60
## compilation
0 commit comments