Update README.md

This commit is contained in:
DJ2LS 2021-08-23 17:24:05 +02:00 committed by GitHub
parent e00042ce60
commit c6fb4700ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,9 @@ pip3 install crcengine
```
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install python
pip3 install psutil
pip3 install crcengine
pip3 install ujson
```
### Install dependencies
```
@ -31,6 +34,7 @@ xcode-select --install
brew remove portaudio
brew install portaudio
pip3 install pyaudio
pip3 install ujson
```