Update README.md

This commit is contained in:
DJ2LS 2021-09-04 22:14:07 +02:00 committed by GitHub
parent f64d4afbec
commit 1eed60293a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ sudo apt install python3
pip3 install psutil
pip3 install crcengine
pip3 install ujson
pip3 install pyserial
```
## Manual Installation macOS
### Install brew and python3
@ -28,6 +29,8 @@ brew install python
pip3 install psutil
pip3 install crcengine
pip3 install ujson
pip3 install pyserial
```
### Install dependencies
```