From 35910672bbfb11aea5d13927b1798a422ef71ae7 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Mon, 21 Dec 2020 21:37:06 +0100 Subject: [PATCH] Added instruction for homebrew, macports and added a notice about m1 macs --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 199023f..bddbb2b 100644 --- a/README.md +++ b/README.md @@ -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`