Update FreeBSD installation instructions

pull/42/head
Li-Wen Hsu 2020-08-08 22:45:19 +08:00
parent 21f9aadde9
commit 295af88aff
No known key found for this signature in database
GPG Key ID: 8D7BCC7D012FD37E
1 changed files with 11 additions and 3 deletions

View File

@ -169,9 +169,7 @@ brew install osx-cpu-temp
>Install with pkg and pip >Install with pkg and pip
``` bash ``` bash
sudo pkg install python3 git sudo pkg install git python3 py37-psutil
sudo python3 -m ensurepip
sudo python3 -m pip install psutil
``` ```
#### Manual installation Linux, OSX and FreeBSD #### Manual installation Linux, OSX and FreeBSD
@ -190,6 +188,16 @@ sudo make install
sudo make uninstall 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 ## Configurability
All options changeable from within UI. All options changeable from within UI.