Update README.md

add note for MacOS users how to install portaudio
This commit is contained in:
Mikhail Kuznetcov 2018-12-08 19:46:03 +01:00 committed by GitHub
parent 6177da9bc6
commit f9a70a1b29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,12 @@ Uses portaudio for microphone access, so on Linux, you may need to install its h
sudo apt install portaudio19-dev
```
Installation on MacOS may fail due to portaudio, use brew to install it:
```bash
brew install portaudio
```
## Usage
```