From 295af88aff020d967d7a5e9e405ef8d42dc40931 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Sat, 8 Aug 2020 22:45:19 +0800 Subject: [PATCH] Update FreeBSD installation instructions --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09239aa..aadbcd2 100644 --- a/README.md +++ b/README.md @@ -169,9 +169,7 @@ brew install osx-cpu-temp >Install with pkg and pip ``` bash -sudo pkg install python3 git -sudo python3 -m ensurepip -sudo python3 -m pip install psutil +sudo pkg install git python3 py37-psutil ``` #### Manual installation Linux, OSX and FreeBSD @@ -190,6 +188,16 @@ sudo make install sudo make uninstall ``` +#### FreeBSD package + +Available in [FreeBSD ports](https://www.freshports.org/sysutils/bpytop/) + +Install pre-built pacakge + +``` bash +sudo pkg install bpytop +``` + ## Configurability All options changeable from within UI.