mirror of https://github.com/aristocratos/bpytop
Merge branch 'coretemp-instructions'
commit
f0af2724ba
|
@ -116,7 +116,7 @@ Dropbear seems to not be able to set correct locale. So if accessing bpytop over
|
||||||
|
|
||||||
## Optionals for additional stats
|
## 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
|
## Screenshots
|
||||||
|
|
||||||
|
@ -236,7 +236,11 @@ brew install python3 git
|
||||||
python3 -m pip install psutil
|
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
|
``` bash
|
||||||
brew install osx-cpu-temp
|
brew install osx-cpu-temp
|
||||||
|
|
Loading…
Reference in New Issue