mirror of https://github.com/aristocratos/bpytop
Add coretemp install instructions to README.md
parent
8f9e8e852d
commit
9e596a1016
|
@ -108,7 +108,7 @@ Dropbear seems to not be able to set correct locale. So if accessing bpytop over
|
|||
|
||||
## Optionals for additional stats
|
||||
|
||||
(Optional OSX) **[osx-cpu-temp](https://github.com/lavoiesl/osx-cpu-temp)** Needed to show CPU temperatures.
|
||||
(Optional OSX) **[coretemp](https://github.com/hacker1024/coretemp)** (recommended), or **[osx-cpu-temp](https://github.com/lavoiesl/osx-cpu-temp)** (less accurate) needed to show CPU temperatures.
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -228,7 +228,11 @@ brew install python3 git
|
|||
python3 -m pip install psutil
|
||||
```
|
||||
|
||||
>Install optional dependency osx-cpu-temp
|
||||
>Install optional dependency coretemp (recommended), or osx-cpu-temp (less accurate)
|
||||
|
||||
``` bash
|
||||
brew install hacker1024/hacker1024/coretemp
|
||||
```
|
||||
|
||||
``` bash
|
||||
brew install osx-cpu-temp
|
||||
|
|
Loading…
Reference in New Issue