Added instruction for homebrew, macports and added a notice about m1 macs

pull/221/head
aristocratos 2020-12-21 21:37:06 +01:00
parent 8136645a6e
commit 35910672bb
1 changed files with 23 additions and 0 deletions

View File

@ -90,6 +90,9 @@ Recommended alternative [iTerm2](https://www.iterm2.com/)
Will also need to be run as superuser to display stats for processes not owned by user.
OsX on Apple Silicon (arm) requires psutil version 5.8.0 to work and currently has no temperature monitoring.
Upgrade psutil with `sudo pip3 install psutil --upgrade`
#### Linux, Mac Os X and FreeBSD
For correct display, a terminal with support for:
@ -154,6 +157,26 @@ Options menu.
pip3 install bpytop --upgrade
```
### Mac OsX
>Install with Homebrew
```bash
brew install bpytop
```
>Optional coretemp (Shows temperatures for cpu cores)
```bash
brew install hacker1024/hacker1024/coretemp
```
>Alternatively install with MacPorts
```bash
port install bpytop
```
OsX on Apple Silicon (arm) requires psutil version 5.8.0 to work and currently has no temperature monitoring.
Upgrade psutil with `sudo pip3 install psutil --upgrade`
### Arch Linux
Available in the Arch Linux [community] repository as `bpytop`