Skip to content

Commit e9fe9bf

Browse files
committed
added ffmpeg install to readme
1 parent e2aea91 commit e9fe9bf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,22 @@ sudo apt-get install libcairo2-dev
3939

4040
sudo apt-get install libgirepository1.0-dev
4141

42-
42+
sudo apt-get install ffmpeg
4343
```
4444

4545

4646
pip install npcsh
4747

4848
##Mac install
49+
```bash
4950
brew install portaudio
5051
brew install ffmpeg
5152
brew install ollama
52-
5353
brew services start ollama
5454
brew install pygobject3
55+
5556
pip install npcsh
57+
```
5658

5759

5860
## compilation

0 commit comments

Comments
 (0)